[Scummvm-git-logs] scummvm master -> 64a1c2f867138106c1226865fe8f6c595fe5ef1d
sev-
sev at scummvm.org
Mon Dec 12 22:36:23 CET 2016
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:
64a1c2f867 FULLPIPE: Plug another leak
Commit: 64a1c2f867138106c1226865fe8f6c595fe5ef1d
https://github.com/scummvm/scummvm/commit/64a1c2f867138106c1226865fe8f6c595fe5ef1d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-12-12T22:36:07+01:00
Commit Message:
FULLPIPE: Plug another leak
Changed paths:
engines/fullpipe/gfx.cpp
diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp
index ac306bd..e46ab93 100644
--- a/engines/fullpipe/gfx.cpp
+++ b/engines/fullpipe/gfx.cpp
@@ -486,6 +486,7 @@ void Picture::freePicture() {
}
if (_bitmap) {
+ delete _bitmap;
_bitmap = 0;
_data = 0;
}
More information about the Scummvm-git-logs
mailing list