aboutsummaryrefslogtreecommitdiff
path: root/src/application.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.c')
-rw-r--r--src/application.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/application.c b/src/application.c
index dfb214a..2062b82 100644
--- a/src/application.c
+++ b/src/application.c
@@ -157,8 +157,6 @@ application_run(MESSENGER_Application *app)
157 157
158 pthread_join(app->chat.tid, NULL); 158 pthread_join(app->chat.tid, NULL);
159 159
160 ui_messenger_cleanup(&(app->ui.messenger));
161
162 g_hash_table_destroy(app->ui.bindings); 160 g_hash_table_destroy(app->ui.bindings);
163 161
164 notify_uninit(); 162 notify_uninit();