[Scummvm-cvs-logs] SF.net SVN: scummvm: [24717] scummvm/trunk/engines/queen/logic.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Nov 14 00:38:44 CET 2006


Revision: 24717
          http://svn.sourceforge.net/scummvm/?rev=24717&view=rev
Author:   eriktorbjorn
Date:     2006-11-13 15:38:44 -0800 (Mon, 13 Nov 2006)

Log Message:
-----------
Reverted previous commit to keep FotAQ from crashing. The LineReader class
already frees the buffer when it's done with it.

Modified Paths:
--------------
    scummvm/trunk/engines/queen/logic.cpp

Modified: scummvm/trunk/engines/queen/logic.cpp
===================================================================
--- scummvm/trunk/engines/queen/logic.cpp	2006-11-13 22:42:24 UTC (rev 24716)
+++ scummvm/trunk/engines/queen/logic.cpp	2006-11-13 23:38:44 UTC (rev 24717)
@@ -253,8 +253,6 @@
 	for (i = 1; i <= _numAFile; i++) {
 		_aFile.push_back(queen2jas.nextLine());
 	}
-
-	delete[] buf;
 }
 
 void Logic::start() {


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