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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/messenger.c b/src/ui/messenger.c
index 270360d..633920c 100644
--- a/src/ui/messenger.c
+++ b/src/ui/messenger.c
@@ -275,6 +275,7 @@ handle_main_window_destroy(UNUSED GtkWidget *window,
275 MESSENGER_Application *app = (MESSENGER_Application*) user_data; 275 MESSENGER_Application *app = (MESSENGER_Application*) user_data;
276 276
277 ui_messenger_cleanup(&(app->ui.messenger)); 277 ui_messenger_cleanup(&(app->ui.messenger));
278 ui_accounts_dialog_cleanup(&(app->ui.accounts));
278 279
279 application_exit(app, MESSENGER_QUIT); 280 application_exit(app, MESSENGER_QUIT);
280} 281}