aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-03-18 18:40:54 +0800
committerStef Walter <stefw@collabora.co.uk>2011-03-18 19:23:29 +0800
commit2eb0d2db6f945cb72fd9e9a909dd1d95c79e7d02 (patch)
tree40cd15124ed65afef0c847bc7ce7017d9eb3acc4
parent25ed247445aacfce41e0c15aac08cc5697427c1a (diff)
downloadgsoc2013-empathy-2eb0d2db6f945cb72fd9e9a909dd1d95c79e7d02.tar
gsoc2013-empathy-2eb0d2db6f945cb72fd9e9a909dd1d95c79e7d02.tar.gz
gsoc2013-empathy-2eb0d2db6f945cb72fd9e9a909dd1d95c79e7d02.tar.bz2
gsoc2013-empathy-2eb0d2db6f945cb72fd9e9a909dd1d95c79e7d02.tar.lz
gsoc2013-empathy-2eb0d2db6f945cb72fd9e9a909dd1d95c79e7d02.tar.xz
gsoc2013-empathy-2eb0d2db6f945cb72fd9e9a909dd1d95c79e7d02.tar.zst
gsoc2013-empathy-2eb0d2db6f945cb72fd9e9a909dd1d95c79e7d02.zip
Free priv->hostname in EmpathyServerTlsHandler
https://bugzilla.gnome.org/show_bug.cgi?id=645115
-rw-r--r--libempathy/empathy-server-tls-handler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-server-tls-handler.c b/libempathy/empathy-server-tls-handler.c
index 6180fefea..6cf3290c5 100644
--- a/libempathy/empathy-server-tls-handler.c
+++ b/libempathy/empathy-server-tls-handler.c
@@ -162,6 +162,7 @@ empathy_server_tls_handler_finalize (GObject *object)
tp_clear_object (&priv->channel);
tp_clear_object (&priv->certificate);
+ g_free (priv->hostname);
G_OBJECT_CLASS (empathy_server_tls_handler_parent_class)->finalize (object);
}