From f3bc54eb40ce17a81b71de550dff78d795a09241 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 3 Jan 2012 19:54:58 +0100 Subject: libmm-common: plug small leak in the common simple properties --- libmm-common/mm-common-simple-properties.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmm-common/mm-common-simple-properties.c') diff --git a/libmm-common/mm-common-simple-properties.c b/libmm-common/mm-common-simple-properties.c index 61bfa649..670c7ae0 100644 --- a/libmm-common/mm-common-simple-properties.c +++ b/libmm-common/mm-common-simple-properties.c @@ -342,6 +342,7 @@ finalize (GObject *object) { MMCommonSimpleProperties *self = MM_COMMON_SIMPLE_PROPERTIES (object); + g_variant_unref (self->priv->signal_quality); g_variant_unref (self->priv->bands); if (self->priv->bands_array) g_array_unref (self->priv->bands_array); -- cgit v1.2.3-70-g09d2