mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
KYRA: Plug memory leak
This commit is contained in:
parent
7526cf82f2
commit
9909cc615d
@ -1180,6 +1180,8 @@ Common::Archive *InstallerLoader::load(Resource *owner, const Common::String &fi
|
||||
delete tmpFile;
|
||||
tmpFile = 0;
|
||||
}
|
||||
delete[] outbuffer;
|
||||
outbuffer = 0;
|
||||
}
|
||||
|
||||
archives.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user