summaryrefslogtreecommitdiff
path: root/src/nm-exported-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-exported-object.c')
-rw-r--r--src/nm-exported-object.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nm-exported-object.c b/src/nm-exported-object.c
index ca5f66c566..f3831c8f67 100644
--- a/src/nm-exported-object.c
+++ b/src/nm-exported-object.c
@@ -947,7 +947,8 @@ vtype_found:
g_hash_table_insert (ifdata->pending_notifies,
(gpointer) dbus_property_name,
value_variant);
- }
+ } else
+ g_variant_unref (value_variant);
if (!priv->notify_idle_id)
priv->notify_idle_id = g_idle_add (idle_emit_properties_changed, self);