From 7294dc9ee97a4010223c4bac311483040f3c257f Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Fri, 30 Jun 2017 13:17:14 +0200 Subject: [PATCH] On closing, RetroFE only needs to be de-initialised once. Destroying the RetroFE object will already do that. --- RetroFE/Source/Main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/RetroFE/Source/Main.cpp b/RetroFE/Source/Main.cpp index 041bd54..1453302 100644 --- a/RetroFE/Source/Main.cpp +++ b/RetroFE/Source/Main.cpp @@ -102,8 +102,6 @@ int main(int argc, char **argv) p.run(); - p.deInitialize(); - Logger::deInitialize(); return 0;