Fix error dialog no longer closing on keypress

This commit is contained in:
Dave Davenport 2016-02-03 18:28:58 +01:00
parent b557c4df6e
commit bb6ae77ba5
1 changed files with 1 additions and 1 deletions

View File

@ -1730,8 +1730,8 @@ void error_dialog ( const char *msg, int markup )
state->quit = TRUE;
}
}
release_keyboard ( display );
menu_state_free ( state );
release_keyboard ( display );
}
/**