Free pref strings

This commit is contained in:
James Booth
2015-11-21 21:19:28 +00:00
parent 4b022687fa
commit b73ff08a72
3 changed files with 31 additions and 10 deletions

View File

@@ -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