[Scummvm-cvs-logs] SF.net SVN: scummvm: [23775] scummvm/trunk/engines/sword1/animation.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Aug 27 12:40:13 CEST 2006


Revision: 23775
Author:   eriktorbjorn
Date:     2006-08-27 03:40:09 -0700 (Sun, 27 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23775&view=rev

Log Message:
-----------
Forgot to close the DXA file.

Modified Paths:
--------------
    scummvm/trunk/engines/sword1/animation.cpp
Modified: scummvm/trunk/engines/sword1/animation.cpp
===================================================================
--- scummvm/trunk/engines/sword1/animation.cpp	2006-08-27 09:10:24 UTC (rev 23774)
+++ scummvm/trunk/engines/sword1/animation.cpp	2006-08-27 10:40:09 UTC (rev 23775)
@@ -302,6 +302,7 @@
 }
 
 MoviePlayerDXA::~MoviePlayerDXA(void) {
+	closeFile();
 	// free(_frameBuffer);
 }
 


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