commit 9e6401092b6ec30d9e914b252fa58f4f169b9419
parent 959802d8e1c486668ff38cae36de1c6adf4f051c
Author: Jacki <jacki@thejackimonster.de>
Date: Sun, 21 Jul 2024 03:23:50 +0200
Cleanup open GTK tasks on exit
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/application.c b/src/application.c
@@ -799,6 +799,9 @@ application_exit(MESSENGER_Application *app,
schedule_cleanup(&(app->chat.schedule));
schedule_cleanup(&(app->ui.schedule));
+
+ util_scheduler_cleanup();
+
application_pw_core_cleanup(app);
if (app->pw.context)