diff options
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/gob.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |