On closing, RetroFE only needs to be de-initialised once. Destroying the

RetroFE object will already do that.
This commit is contained in:
Pieter Hulshoff 2017-06-30 13:17:14 +02:00
parent a22bd1c6a1
commit 7294dc9ee9

View File

@ -102,8 +102,6 @@ int main(int argc, char **argv)
p.run();
p.deInitialize();
Logger::deInitialize();
return 0;