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