about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-22 15:56:04 +0100
committerJames Booth <boothj5@gmail.com>2015-06-22 15:56:04 +0100
commit8ac8df6286c39f1e59fa86a3a488a8dcdd2c2095 (patch)
tree58876b70b5262cae849ab11f919913bc6dd7ca25
parent9b797f3cef7d4558620488e6920e9fea5bf92f9e (diff)
parentc851a48af21765c4702f77cc9c5ab7cf8068425e (diff)
downloadprofani-tty-8ac8df6286c39f1e59fa86a3a488a8dcdd2c2095.tar.gz
Merge remote-tracking branch 'pasis/shutdown-fix'
-rw-r--r--src/profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profanity.c b/src/profanity.c
index 569c875e..f65d22e0 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -280,11 +280,11 @@ _shutdown(void)
     p_gpg_close();
 #endif
     chat_log_close();
-    prefs_close();
     theme_close();
     accounts_close();
     cmd_uninit();
     log_close();
+    prefs_close();
 }
 
 static void