1
0
Fork 0

Cleanup the resource manager when deleting globals

This commit is contained in:
James Turner 2018-05-28 22:42:56 +02:00
parent 6906ce40fd
commit a5aa6fb61b

View file

@ -255,6 +255,7 @@ FGGlobals::~FGGlobals()
props.clear(); props.clear();
delete commands; delete commands;
delete simgear::ResourceManager::instance();
} }
// set the fg_root path // set the fg_root path