aboutsummaryrefslogtreecommitdiff
path: root/src/ui/messenger.c
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-03-13 13:56:02 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-03-13 13:56:02 +0100
commit43019c37a2a12147c401d75327e19e2ac383d6f4 (patch)
tree50c569d564b9c75559e1d7165f973ae956da04a1 /src/ui/messenger.c
parent85b243c149d96ac88c5afd20993bbe18c50e16ca (diff)
downloadmessenger-gtk-43019c37a2a12147c401d75327e19e2ac383d6f4.tar.gz
messenger-gtk-43019c37a2a12147c401d75327e19e2ac383d6f4.zip
Added warning handling and leave messages, cleaning some code and fixed issue with QR pixel data
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
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}