From a8c64ffb4a582fe3d80d1390445c7af5513feb9a Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 12 Aug 2006 13:38:33 +0000 Subject: Ooops, free the allocated _startTot/_startTot0, too... svn-id: r23702 --- engines/gob/gob.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index 6f5d3f9a54..ba8bc15468 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -193,6 +193,8 @@ GobEngine::~GobEngine() { delete _gtimer; delete _util; delete _music; + delete _startTot; + delete _startTot0; } void GobEngine::errorString(const char *buf1, char *buf2) { -- cgit v1.2.3