mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 11:51:52 +00:00
fix leak
svn-id: r8490
This commit is contained in:
parent
4f6573794b
commit
7d75334826
@ -2147,6 +2147,9 @@ void Scumm::destroy() {
|
||||
|
||||
if (_roomStrips)
|
||||
free(_roomStrips);
|
||||
|
||||
if (_languageIndex)
|
||||
free(_languageIndex);
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user