MCPcopy Create free account
hub / github.com/GregoryFaust/samblaster / deleteHashTable

Function deleteHashTable

sbhash.cpp:216–219  ·  view source on GitHub ↗

C style delete.

Source from the content-addressed store, hash-verified

214
215// C style delete.
216void deleteHashTable(hashTable_t * ht)
217{
218 if (ht->table != NULL) free(ht->table);
219}
220
221void resizeHashTable(hashTable_t * ht)
222{

Callers 1

deleteStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected