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)
|
if (!FoundIPS)
|
||||||
{
|
{
|
||||||
unzClose(IPSPatch.zipfile);
|
unzClose(IPSPatch.zipfile);
|
||||||
|
IPSPatch.zipfile = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user