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, 1 insertions, 1 deletions
diff --git a/src/ui/messenger.c b/src/ui/messenger.c
index a4fb0cb..65f4d46 100644
--- a/src/ui/messenger.c
+++ b/src/ui/messenger.c
@@ -387,7 +387,7 @@ handle_main_window_destroy(UNUSED GtkWidget *window,
387#endif 387#endif
388 388
389 ui_messenger_cleanup(&(app->ui.messenger)); 389 ui_messenger_cleanup(&(app->ui.messenger));
390 ui_accounts_dialog_cleanup(&(app->ui.accounts)); 390 ui_accounts_dialog_cleanup(&(app->ui.accounts), app);
391 391
392 application_exit(app, MESSENGER_QUIT); 392 application_exit(app, MESSENGER_QUIT);
393} 393}