diff options
| author | Max Horn | 2003-10-03 13:43:07 +0000 | 
|---|---|---|
| committer | Max Horn | 2003-10-03 13:43:07 +0000 | 
| commit | d2e7146723e4f479eee39244a1bfffaa9fb69ac3 (patch) | |
| tree | 1dda840664032c44da473ee5ed7fee19a477b988 | |
| parent | 4a19ca4e34f3694895a8c9b8acba79e63687bbfb (diff) | |
| download | scummvm-rg350-d2e7146723e4f479eee39244a1bfffaa9fb69ac3.tar.gz scummvm-rg350-d2e7146723e4f479eee39244a1bfffaa9fb69ac3.tar.bz2 scummvm-rg350-d2e7146723e4f479eee39244a1bfffaa9fb69ac3.zip  | |
Potential fix for bug #816086
svn-id: r10566
| -rw-r--r-- | scumm/scummvm.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 2260d0277a..9ffd617b41 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -822,6 +822,8 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst)  }  ScummEngine::~ScummEngine() { +	_mixer->stopAll(); +	  	delete [] _actors;  	delete _2byteFontPtr;  | 
