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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Dec 16 16:56:41 CET 2009


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

Log Message:
-----------
Add missing fclose (this was somehow removed in the branch...).

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:26:20 UTC (rev 46389)
+++ tools/branches/gsoc2009-gui/kyra_pak.cpp	2009-12-16 15:56:41 UTC (rev 46390)
@@ -487,6 +487,7 @@
 		printf("FAILED\n");
 		return false;
 	}
+	fclose(file);
 	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