MCPcopy Create free account
hub / github.com/Kenix3/libultraship / FreeListFileCache

Function FreeListFileCache

extern/StormLib/src/SFileListFile.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76static bool FreeListFileCache(TListFileCache * pCache)
77{
78 // Valid parameter check
79 if(pCache != NULL)
80 STORM_FREE(pCache);
81 return true;
82}
83
84static TListFileCache * CreateListFileCache(
85 LOAD_LISTFILE PfnLoadFile,

Callers 4

CreateListFileCacheFunction · 0.85
SListFileFindFirstFileFunction · 0.85
SListFileFindCloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected