diff options
-rw-r--r-- | scumm/scummvm.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index ca3e6c0ca4..b72943abd2 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -2147,6 +2147,9 @@ void Scumm::destroy() { if (_roomStrips) free(_roomStrips); + + if (_languageIndex) + free(_languageIndex); } // |