mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 23:49:03 +02:00
- coverity based bug fixes - round #1
This commit is contained in:
@@ -254,6 +254,9 @@ int zipfile_tool(int argc, const char *argv[]) {
|
||||
}
|
||||
else {
|
||||
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("Invalid mode!\n");
|
||||
|
||||
if(pInfile) fclose(pInfile);
|
||||
if(pOutfile) fclose(pOutfile);
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user