about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-27 23:14:41 +0000
committerJames Booth <boothj5@gmail.com>2013-02-27 23:14:41 +0000
commitaeb0bfa13c81241b14b97234e90b702d357e949a (patch)
treee0404787a628036f809e7e52d34a83a6aada25a1 /src/profanity.c
parent24f0d9e6e5b63539d09d52a52e7963dd2cfc92eb (diff)
downloadprofani-tty-aeb0bfa13c81241b14b97234e90b702d357e949a.tar.gz
Init and shutdown of libstrophe moved, free resources before creating
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profanity.c b/src/profanity.c
index 8b6b560a..71ff971e 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -533,6 +533,7 @@ static void
 _shutdown(void)
 {
     jabber_disconnect();
+    jabber_shutdown();
     contact_list_free();
     caps_close();
     ui_close();