From 65a6308a5a2dce2410ab8509e89a1c0e09d22558 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 17 Jun 2013 23:06:00 -0400 Subject: VOYEUR: Fix crash on shutdown --- engines/voyeur/files.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/voyeur/files.cpp b/engines/voyeur/files.cpp index 992fb5ad05..9e97dea1cd 100644 --- a/engines/voyeur/files.cpp +++ b/engines/voyeur/files.cpp @@ -1000,6 +1000,7 @@ int ViewPortResource::drawText(const Common::String &msg) { gfxManager.sDrawPic(&_fontChar, this, Common::Point(xp, yp)); + _fontChar._imgData = NULL; xp += charWidth + padding; msgWidth += charWidth + padding; } -- cgit v1.2.3