]> git.0d.be Git - empathy.git/commitdiff
empathy-contact: fix priv->logged_alias leak
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 12 Sep 2012 13:07:55 +0000 (15:07 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 13 Sep 2012 08:15:46 +0000 (10:15 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=683864

libempathy/empathy-contact.c

index 779d19a19154238d2915a2827ebfb54f64819c61..562fba45d8d6f82ecca5cbb63daa35904d2d3579 100644 (file)
@@ -430,6 +430,7 @@ contact_finalize (GObject *object)
 
   g_clear_object (&priv->groups);
   g_free (priv->alias);
+  g_free (priv->logged_alias);
   g_free (priv->id);
   g_strfreev (priv->client_types);