fix destruction order

This commit is contained in:
Chris Danford
2004-03-20 18:14:26 +00:00
parent 54d3c41c9d
commit a3bdc15dcf
+1 -1
View File
@@ -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 );