diff options
author | Matthew Hoops | 2010-05-24 17:55:23 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-05-24 17:55:23 +0000 |
commit | f5ec3a3f741fbcfcd8e14661fff0558d45556224 (patch) | |
tree | 3dae6dcc54c3123c3304c708f9127be49c3f5ab7 /engines | |
parent | 3fa50583a065dc6c6f9855bdb33918af9a540b43 (diff) | |
download | scummvm-rg350-f5ec3a3f741fbcfcd8e14661fff0558d45556224.tar.gz scummvm-rg350-f5ec3a3f741fbcfcd8e14661fff0558d45556224.tar.bz2 scummvm-rg350-f5ec3a3f741fbcfcd8e14661fff0558d45556224.zip |
Oops, forgot to delete the icon bar.
svn-id: r49199
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/sci.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index c9f201d1f5..84747a2545 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -126,6 +126,7 @@ SciEngine::~SciEngine() { delete _console; delete _resMan; delete _features; + delete _macIconBar; g_sci = 0; } |