From f002a6eee95186a8b37cfa535933e6d806481263 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 22 Jun 2003 06:53:28 +0000 Subject: don't try to delete malloc'd memory svn-id: r8601 --- scumm/scummvm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 3790e82fc4..4b77be9b76 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -727,7 +727,7 @@ Scumm::~Scumm () { delete _imuseDigital; delete _playerV2; delete _languageBuffer; - delete _audioNames; + free(_audioNames); delete _costumeRenderer; -- cgit v1.2.3