mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
TSAGE: Added missing destructors for Globals fields
This commit is contained in:
parent
80e23dd653
commit
cfd8cfe7cf
@ -93,6 +93,8 @@ Globals::Globals() :
|
||||
|
||||
Globals::~Globals() {
|
||||
_globals = NULL;
|
||||
delete _inventory;
|
||||
delete _game;
|
||||
}
|
||||
|
||||
void Globals::reset() {
|
||||
|
Loading…
Reference in New Issue
Block a user