diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index f74610274f..1478e331f7 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1036,8 +1036,8 @@ int main(int argc, char* argv[]) } #endif - SAFE_DELETE( NSMAN ); SAFE_DELETE( SCREENMAN ); + SAFE_DELETE( NSMAN ); /* Delete INPUTMAN before the other INPUTFILTER handlers, or an input * driver may try to send a message to INPUTFILTER after we delete it. */ SAFE_DELETE( INPUTMAN );