Close zip files properly when IPS is not found in zip.
This commit is contained in:
@@ -282,6 +282,7 @@ void findZipIPS(char *compressedfile)
|
||||
if (!FoundIPS)
|
||||
{
|
||||
unzClose(IPSPatch.zipfile);
|
||||
IPSPatch.zipfile = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user