mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-23 07:55:27 +01:00
Fixed assert on some platforms
This commit is contained in:
@@ -1681,6 +1681,8 @@ void FreeFileHandle(TMPQFile *& hf)
|
||||
STORM_FREE(hf->SectorOffsets);
|
||||
if(hf->SectorChksums != NULL)
|
||||
STORM_FREE(hf->SectorChksums);
|
||||
if(hf->hctx != NULL)
|
||||
STORM_FREE(hf->hctx);
|
||||
if(hf->pbFileSector != NULL)
|
||||
STORM_FREE(hf->pbFileSector);
|
||||
if(hf->pStream != NULL)
|
||||
|
||||
Reference in New Issue
Block a user