mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
clear on close
This commit is contained in:
parent
d2a4a28d12
commit
9389e2da72
@ -153,4 +153,6 @@ void Lab::close() {
|
||||
delete[] _entries[i].filename;
|
||||
|
||||
delete[] _entries;
|
||||
_entries = NULL;
|
||||
_numEntries = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user