silc_hash_table_free
SYNOPSIS
void silc_hash_table_free(SilcHashTable ht);
DESCRIPTION
Frees the hash table. The destructor function provided in the silc_hash_table_alloc will be called for all keys in the hash table.
If the SilcStack was given to silc_hash_table_alloc this call will release all memory allocated during the life time of the `ht' back to the SilcStack.