in worker.c [253:262]
static void destroy_hashtable(struct hashtable *ht) { unsigned long i; for (i = 0; i < (1UL << ht->order); i++) if (ht->table[i].ncrx) ncrx_destroy(ht->table[i].ncrx); free(ht); }