[Scummvm-cvs-logs] SF.net SVN: scummvm:[41534] scummvm/branches/gsoc2009-draci/engines/draci/ barchive.cpp

dkasak13 at users.sourceforge.net dkasak13 at users.sourceforge.net
Mon Jun 15 05:50:46 CEST 2009


Revision: 41534
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41534&view=rev
Author:   dkasak13
Date:     2009-06-15 03:50:45 +0000 (Mon, 15 Jun 2009)

Log Message:
-----------
Close a file after we're done using it.

Modified Paths:
--------------
    scummvm/branches/gsoc2009-draci/engines/draci/barchive.cpp

Modified: scummvm/branches/gsoc2009-draci/engines/draci/barchive.cpp
===================================================================
--- scummvm/branches/gsoc2009-draci/engines/draci/barchive.cpp	2009-06-15 03:48:16 UTC (rev 41533)
+++ scummvm/branches/gsoc2009-draci/engines/draci/barchive.cpp	2009-06-15 03:50:45 UTC (rev 41534)
@@ -116,6 +116,8 @@
 	}
 
 	delete[] table;
+	
+	f.close();
 }		
 
 /**


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