about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-21 21:19:28 +0000
committerJames Booth <boothj5@gmail.com>2015-11-21 21:19:28 +0000
commitb73ff08a72ceb3f3ffe15fd9222d8fa56c35f01c (patch)
treea1f3f06494abf65281814b06fe32870dd2513f8f /src/xmpp
parent4b022687fa4a47ecaca6a2002ff435c769007456 (diff)
downloadprofani-tty-b73ff08a72ceb3f3ffe15fd9222d8fa56c35f01c.tar.gz
Free pref strings
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c
index 83907b49..42293c18 100644
--- a/src/xmpp/connection.c
+++ b/src/xmpp/connection.c
@@ -496,6 +496,7 @@ _jabber_connect(const char *const fulljid, const char *const passwd, const char
     if (cert_path) {
         xmpp_conn_tlscert_path(jabber_conn.conn, cert_path);
     }
+    prefs_free_string(cert_path);
 #endif
 
 #ifdef HAVE_LIBMESODE