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

Function FreeMPQSearch

3rdParty/StormLib/src/SFileFindFile.cpp:367–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367static void FreeMPQSearch(TMPQSearch *& hs)
368{
369 if(hs != NULL)
370 {
371 if(hs->pSearchTable != NULL)
372 STORM_FREE(hs->pSearchTable);
373 STORM_FREE(hs);
374 hs = NULL;
375 }
376}
377
378//-----------------------------------------------------------------------------
379// Public functions

Callers 2

SFileFindFirstFileFunction · 0.85
SFileFindCloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected