libmm-common: plug small leak in the common simple properties
This commit is contained in:
@@ -342,6 +342,7 @@ finalize (GObject *object)
|
|||||||
{
|
{
|
||||||
MMCommonSimpleProperties *self = MM_COMMON_SIMPLE_PROPERTIES (object);
|
MMCommonSimpleProperties *self = MM_COMMON_SIMPLE_PROPERTIES (object);
|
||||||
|
|
||||||
|
g_variant_unref (self->priv->signal_quality);
|
||||||
g_variant_unref (self->priv->bands);
|
g_variant_unref (self->priv->bands);
|
||||||
if (self->priv->bands_array)
|
if (self->priv->bands_array)
|
||||||
g_array_unref (self->priv->bands_array);
|
g_array_unref (self->priv->bands_array);
|
||||||
|
Reference in New Issue
Block a user