summaryrefslogtreecommitdiff
path: root/tp-account-widgets
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-07-27 23:27:25 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-07-27 23:47:32 +0200
commit40982eec883c2c2c729915dd408b90c902a06710 (patch)
treefa339960928b27d39f5b6979a1da900abb730cb4 /tp-account-widgets
parente5741dd71a7ecdbb45cd598b94d51f3eacd7cb4e (diff)
downloadtelepathy-account-widgets-40982eec883c2c2c729915dd408b90c902a06710.tar.gz
Free TpawProtocol::service_name in finalize()
It will be leaked otherwise. https://bugzilla.gnome.org/show_bug.cgi?id=752938
Diffstat (limited to 'tp-account-widgets')
-rw-r--r--tp-account-widgets/tpaw-protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tp-account-widgets/tpaw-protocol.c b/tp-account-widgets/tpaw-protocol.c
index e3973771..af8bb29b 100644
--- a/tp-account-widgets/tpaw-protocol.c
+++ b/tp-account-widgets/tpaw-protocol.c
@@ -247,6 +247,7 @@ tpaw_protocol_finalize (GObject *object)
g_clear_object (&self->priv->cm);
g_free (self->priv->protocol_name);
+ g_free (self->priv->service_name);
g_free (self->priv->display_name);
g_free (self->priv->icon_name);