Replace code we should never hit by an assert, as it should be.

This commit is contained in:
Dave Davenport 2016-01-05 21:46:05 +01:00
parent e508d282dd
commit 70dd6e2cef
1 changed files with 1 additions and 8 deletions

View File

@ -2001,14 +2001,7 @@ static void cleanup ()
} }
// Cleanup // Cleanup
if ( display != NULL ) { if ( display != NULL ) {
if ( main_window != None ) { g_assert ( main_window == None );
// We should never hit this code.
release_keyboard ( display );
XDestroyWindow ( display, main_window );
main_window = None;
XDestroyIC ( xic );
XCloseIM ( xim );
}
if ( sncontext != NULL ) { if ( sncontext != NULL ) {
sn_launchee_context_unref ( sncontext ); sn_launchee_context_unref ( sncontext );