From 40982eec883c2c2c729915dd408b90c902a06710 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 27 Jul 2015 23:27:25 +0200 Subject: Free TpawProtocol::service_name in finalize() It will be leaked otherwise. https://bugzilla.gnome.org/show_bug.cgi?id=752938 --- tp-account-widgets/tpaw-protocol.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tp-account-widgets') 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); -- cgit v1.2.1