From 43019c37a2a12147c401d75327e19e2ac383d6f4 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Sun, 13 Mar 2022 13:56:02 +0100 Subject: Added warning handling and leave messages, cleaning some code and fixed issue with QR pixel data Signed-off-by: TheJackiMonster --- src/ui/messenger.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/messenger.c') 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, MESSENGER_Application *app = (MESSENGER_Application*) user_data; ui_messenger_cleanup(&(app->ui.messenger)); + ui_accounts_dialog_cleanup(&(app->ui.accounts)); application_exit(app, MESSENGER_QUIT); } -- cgit v1.2.3