diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/fullpipe/gfx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp index de0faf071e..1ef5c47cce 100644 --- a/engines/fullpipe/gfx.cpp +++ b/engines/fullpipe/gfx.cpp @@ -790,6 +790,7 @@ Bitmap::~Bitmap() { if (_pixels) free(_pixels); + _surface->free(); delete _surface; _pixels = 0; |