summaryrefslogtreecommitdiff
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-12 15:07:55 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-13 10:15:46 +0200
commit61a7bd361e4b849c023e960782beea19dabeeb28 (patch)
tree01ca3a038b9aed62cb66ec38905c79494c9b54fb /libempathy
parentcb3a9fd4ae3bf0f74dabdfdd973898592a5f4244 (diff)
empathy-contact: fix priv->logged_alias leak
https://bugzilla.gnome.org/show_bug.cgi?id=683864
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-contact.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index 779d19a1..562fba45 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -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);