aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-12-13 18:15:41 +0100
committerEugene Sandulenko2016-12-13 18:15:41 +0100
commita62d29ab86b6c149051296adeb5c2be3812daac0 (patch)
tree6ff56cbb694abd02259dc917cdce32036468a4cf /engines/fullpipe/motion.cpp
parentd239461726fdad7441056c3c037b82fc1af36414 (diff)
downloadscummvm-rg350-a62d29ab86b6c149051296adeb5c2be3812daac0.tar.gz
scummvm-rg350-a62d29ab86b6c149051296adeb5c2be3812daac0.tar.bz2
scummvm-rg350-a62d29ab86b6c149051296adeb5c2be3812daac0.zip
FULLPIPE: Revert memory leak fixing as that introduced tons of regressions
Diffstat (limited to 'engines/fullpipe/motion.cpp')
-rw-r--r--engines/fullpipe/motion.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp
index 13fe8d03c1..05f13d4a8b 100644
--- a/engines/fullpipe/motion.cpp
+++ b/engines/fullpipe/motion.cpp
@@ -105,11 +105,6 @@ MovGraphLink *MotionController::getLinkByName(const char *name) {
return 0;
}
-MctlCompound::~MctlCompound() {
- for (uint i = 0; i < _motionControllers.size(); i++)
- delete _motionControllers[i];
-}
-
bool MctlCompound::load(MfcArchive &file) {
debugC(5, kDebugLoading, "MctlCompound::load()");