aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorAaryaman Vasishta2016-12-30 22:50:41 +0900
committerAaryaman Vasishta2016-12-31 00:55:33 +0900
commitcc917882a69a1d670b5e23d23a496bc2ad9da62b (patch)
treec4ac0e896d1801391d98ea57ba9071d133702b59 /engines/fullpipe/gfx.h
parente78abf4e061ca7c8a144c1123e54381580ae3f41 (diff)
downloadscummvm-rg350-cc917882a69a1d670b5e23d23a496bc2ad9da62b.tar.gz
scummvm-rg350-cc917882a69a1d670b5e23d23a496bc2ad9da62b.tar.bz2
scummvm-rg350-cc917882a69a1d670b5e23d23a496bc2ad9da62b.zip
FULLPIPE: Fix leaks in surface and bitmap usage.
Fixes part of bug #9654.
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 1b4b4d3cef..43c23b49bc 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -45,6 +45,7 @@ struct Bitmap {
int _flags;
Graphics::TransparentSurface *_surface;
int _flipping;
+ bool _copied_surface;
Bitmap();
Bitmap(Bitmap *src);