[Scummvm-cvs-logs] SF.net SVN: scummvm:[39315] scummvm/trunk/engines/sci/engine/seg_manager. cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Tue Mar 10 23:04:48 CET 2009
Revision: 39315
http://scummvm.svn.sourceforge.net/scummvm/?rev=39315&view=rev
Author: thebluegr
Date: 2009-03-10 22:04:48 +0000 (Tue, 10 Mar 2009)
Log Message:
-----------
Added FIXME for heap corruption occurring when exiting SCI games
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/seg_manager.cpp
Modified: scummvm/trunk/engines/sci/engine/seg_manager.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/seg_manager.cpp 2009-03-10 21:55:32 UTC (rev 39314)
+++ scummvm/trunk/engines/sci/engine/seg_manager.cpp 2009-03-10 22:04:48 UTC (rev 39315)
@@ -264,6 +264,7 @@
free(str->name);
str->name = NULL;
+ // FIXME: this corrupts the heap for some reason
free(str->value);
str->value = NULL;
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