diff options
| -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 ac306bda8b..e46ab93e14 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; } |
