mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
Avoid file leaking.
svn-id: r35369
This commit is contained in:
parent
9c20a533bb
commit
96c0685879
@ -387,6 +387,8 @@ void SMKPlayer::closeFile() {
|
||||
if (!_fileStream)
|
||||
return;
|
||||
|
||||
delete _fileStream;
|
||||
|
||||
delete _MMapTree;
|
||||
delete _MClrTree;
|
||||
delete _FullTree;
|
||||
|
Loading…
Reference in New Issue
Block a user