Skip to content

Commit

Permalink
Ensure DLMAN's destructor runs before FILEMAN has been deleted so tha…
Browse files Browse the repository at this point in the history
…t DLMAN can clean out temporary files.
  • Loading branch information
xwidghet committed Dec 21, 2017
1 parent 77a529f commit e1089e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StepMania.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ void ShutdownGame()
SAFE_DELETE( DISPLAY );
Dialog::Shutdown();
SAFE_DELETE( LOG );
DLMAN.reset();
SAFE_DELETE( FILEMAN );
SAFE_DELETE( LUA );
SAFE_DELETE( HOOKS );
Expand Down

0 comments on commit e1089e5

Please sign in to comment.