]> git.0d.be Git - empathy.git/commitdiff
Free priv->hostname in EmpathyServerTlsHandler
authorStef Walter <stefw@collabora.co.uk>
Fri, 18 Mar 2011 10:40:54 +0000 (11:40 +0100)
committerStef Walter <stefw@collabora.co.uk>
Fri, 18 Mar 2011 11:23:29 +0000 (12:23 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=645115

libempathy/empathy-server-tls-handler.c

index 6180fefea97d14dadbbfbc957659afc1683c941c..6cf3290c5ebbeee5017464a33353a86919cdc722 100644 (file)
@@ -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);
 }