aboutsummaryrefslogtreecommitdiff
path: root/src/ui/messenger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/messenger.c')
-rw-r--r--src/ui/messenger.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/messenger.c b/src/ui/messenger.c
index 669ef19..8f463ca 100644
--- a/src/ui/messenger.c
+++ b/src/ui/messenger.c
@@ -150,6 +150,8 @@ handle_main_window_destroy(UNUSED GtkWidget *window,
150{ 150{
151 MESSENGER_Application *app = (MESSENGER_Application*) user_data; 151 MESSENGER_Application *app = (MESSENGER_Application*) user_data;
152 152
153 ui_messenger_cleanup(&(app->ui.messenger));
154
153 application_exit(app, MESSENGER_QUIT); 155 application_exit(app, MESSENGER_QUIT);
154} 156}
155 157