[Scummvm-cvs-logs] scummvm master -> 27d53fd28347cced213ab3912c33a28beedb681b

dreammaster dreammaster at scummvm.org
Sun Apr 17 14:26:20 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:
27d53fd283 TSAGE: Removed redundant call to memory manager deallocate


Commit: 27d53fd28347cced213ab3912c33a28beedb681b
    https://github.com/scummvm/scummvm/commit/27d53fd28347cced213ab3912c33a28beedb681b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-04-17T05:24:47-07:00

Commit Message:
TSAGE: Removed redundant call to memory manager deallocate

Changed paths:
    engines/tsage/core.cpp



diff --git a/engines/tsage/core.cpp b/engines/tsage/core.cpp
index 9e3b3fc..e9f0079 100644
--- a/engines/tsage/core.cpp
+++ b/engines/tsage/core.cpp
@@ -2243,7 +2243,6 @@ void SceneObject::removeObject() {
 	_globals->_sceneObjects->remove(this);
 
 	if (_visage) {
-		_vm->_memoryManager.deallocate(_visage);
 		_visage = 0;
 	}
 






More information about the Scummvm-git-logs mailing list