[Scummvm-cvs-logs] SF.net SVN: scummvm:[46391] tools/branches/gsoc2009-gui/kyra_pak.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Dec 16 16:58:35 CET 2009


Revision: 46391
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46391&view=rev
Author:   lordhoto
Date:     2009-12-16 15:58:35 +0000 (Wed, 16 Dec 2009)

Log Message:
-----------
Another missing fclose...

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/kyra_pak.cpp

Modified: tools/branches/gsoc2009-gui/kyra_pak.cpp
===================================================================
--- tools/branches/gsoc2009-gui/kyra_pak.cpp	2009-12-16 15:56:41 UTC (rev 46390)
+++ tools/branches/gsoc2009-gui/kyra_pak.cpp	2009-12-16 15:58:35 UTC (rev 46391)
@@ -461,6 +461,7 @@
 			printf("FAILED\n");
 			return false;
 		}
+		fclose(file);
 		cur = cur->next;
 	}
 	return true;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list