From a338d5fdb2715a7b29ae789c632a0cfa05803079 Mon Sep 17 00:00:00 2001 From: Christopher Page Date: Mon, 2 Jun 2008 21:08:49 +0000 Subject: PARA: Got rid of calls to system->quit() so that the Parallaction engine can return to the launcher. Also fixed a couple of memory leaks. svn-id: r32504 --- graphics/iff.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/iff.cpp') diff --git a/graphics/iff.cpp b/graphics/iff.cpp index ac51531eee..514fba9cc0 100644 --- a/graphics/iff.cpp +++ b/graphics/iff.cpp @@ -139,6 +139,7 @@ void ILBMDecoder::readBODY(Common::IFFChunk& chunk) { out += _bitmapHeader.width; } + free(scan); break; } -- cgit v1.2.3