/
api
/
name
/ gb.hashtable.free
GB.HashTable.Free
Syntax
void
GB.HashTable.Free
( GB_HASHTABLE *
hash
)
Deletes a hash table.
hash
is the address of a variable that points at the hash table.
Once the hash table freed,
hash
is set to null.
See also
Hash Tables Management