[Scummvm-cvs-logs] SF.net SVN: scummvm:[44264] scummvm/trunk/engines/cine/gfx.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Sep 22 19:53:00 CEST 2009


Revision: 44264
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44264&view=rev
Author:   lordhoto
Date:     2009-09-22 17:53:00 +0000 (Tue, 22 Sep 2009)

Log Message:
-----------
Clear menu stack in FWRenderer deconstructor.

Modified Paths:
--------------
    scummvm/trunk/engines/cine/gfx.cpp

Modified: scummvm/trunk/engines/cine/gfx.cpp
===================================================================
--- scummvm/trunk/engines/cine/gfx.cpp	2009-09-22 17:51:06 UTC (rev 44263)
+++ scummvm/trunk/engines/cine/gfx.cpp	2009-09-22 17:53:00 UTC (rev 44264)
@@ -105,6 +105,8 @@
 FWRenderer::~FWRenderer() {
 	delete[] _background;
 	delete[] _backBuffer;
+
+	clearMenuStack();
 }
 
 bool FWRenderer::initialize() {


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