aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-12-12 23:00:41 +0100
committerEugene Sandulenko2016-12-12 23:00:41 +0100
commit9075cbc1ba9d01833e9ec94d53eba5cdd81abed2 (patch)
tree12512a3ab1dbce95c8840b55d5613f1c1e454b75 /engines/fullpipe/gfx.h
parent483fff04f67cd48a74ca3f90c87649d4f38649aa (diff)
downloadscummvm-rg350-9075cbc1ba9d01833e9ec94d53eba5cdd81abed2.tar.gz
scummvm-rg350-9075cbc1ba9d01833e9ec94d53eba5cdd81abed2.tar.bz2
scummvm-rg350-9075cbc1ba9d01833e9ec94d53eba5cdd81abed2.zip
FULLPIPE: Fix memory leak in bitmap code
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 566586fb48..f8396c98cf 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -40,6 +40,7 @@ struct Bitmap {
int _flags;
Graphics::TransparentSurface *_surface;
int _flipping;
+ bool _skipDelete;
Bitmap();
Bitmap(Bitmap *src);