Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #606 from Armada651/nogui
NoGUI: Add missing call to Core::Shutdown().
  • Loading branch information
delroth committed Jul 12, 2014
2 parents 99d4ab0 + 6480100 commit b2fa0ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/MainNoGUI.cpp
Expand Up @@ -389,6 +389,7 @@ int main(int argc, char* argv[])
VideoBackend::ClearList();
SConfig::Shutdown();
LogManager::Shutdown();
Core::Shutdown();

return 0;
}

0 comments on commit b2fa0ea

Please sign in to comment.