MCPcopy Create free account
hub / github.com/diasurgical/devilution / FreeHetTable

Function FreeHetTable

3rdParty/StormLib/src/SBaseFileTable.cpp:1453–1464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1451}
1452
1453void FreeHetTable(TMPQHetTable * pHetTable)
1454{
1455 if(pHetTable != NULL)
1456 {
1457 if(pHetTable->pNameHashes != NULL)
1458 STORM_FREE(pHetTable->pNameHashes);
1459 if(pHetTable->pBetIndexes != NULL)
1460 STORM_FREE(pHetTable->pBetIndexes);
1461
1462 STORM_FREE(pHetTable);
1463 }
1464}
1465
1466//-----------------------------------------------------------------------------
1467// Support for BET table

Callers 3

RebuildHetTableFunction · 0.85
SFileFreeFileInfoFunction · 0.85
FreeArchiveHandleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected