Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Delete dictionary_manager at the end of Main::run()
  • Loading branch information
Grumbel committed Aug 12, 2014
1 parent 585d719 commit af3e5e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/supertux/main.cpp
Expand Up @@ -429,6 +429,9 @@ Main::run(int argc, char** argv)
SDL_Quit();
PHYSFS_deinit();

delete dictionary_manager;
dictionary_manager = nullptr;

return result;
}

Expand Down

0 comments on commit af3e5e0

Please sign in to comment.