[Scummvm-cvs-logs] scummvm master -> 2dbd8581866ea34db2051ee08cabf511b707f4e2

dreammaster dreammaster at scummvm.org
Sat Aug 13 13:17:50 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2dbd858186 TSAGE: Fix crash when exiting whilst a palette rotation is active


Commit: 2dbd8581866ea34db2051ee08cabf511b707f4e2
    https://github.com/scummvm/scummvm/commit/2dbd8581866ea34db2051ee08cabf511b707f4e2
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-08-13T04:14:48-07:00

Commit Message:
TSAGE: Fix crash when exiting whilst a palette rotation is active

Changed paths:
    engines/tsage/globals.cpp



diff --git a/engines/tsage/globals.cpp b/engines/tsage/globals.cpp
index 39850cd..0b74244 100644
--- a/engines/tsage/globals.cpp
+++ b/engines/tsage/globals.cpp
@@ -117,6 +117,7 @@ Globals::Globals() : _dialogCenter(160, 140), _gfxManagerInstance(_screenSurface
 }
 
 Globals::~Globals() {
+	_scenePalette.clearListeners();
 	delete _inventory;
 	delete _game;
 	_globals = NULL;






More information about the Scummvm-git-logs mailing list