summaryrefslogtreecommitdiff
path: root/src/cd-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cd-device.c')
-rw-r--r--src/cd-device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cd-device.c b/src/cd-device.c
index 9d22128..7825ca6 100644
--- a/src/cd-device.c
+++ b/src/cd-device.c
@@ -390,6 +390,8 @@ cd_device_dbus_emit_property_changed (CdDevice *device,
&builder,
&invalidated_builder),
NULL);
+ g_variant_builder_clear (&builder);
+ g_variant_builder_clear (&invalidated_builder);
}
/**