diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/gmountspec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gmountspec.c b/common/gmountspec.c index 35dd6915..1e34d791 100644 --- a/common/gmountspec.c +++ b/common/gmountspec.c @@ -249,6 +249,8 @@ g_mount_spec_from_dbus (GVariant *value) add_item (spec, key, g_variant_dup_bytestring (v, NULL)); } + g_variant_iter_free (iter_mount_spec_items); + /* Sort on key */ g_array_sort (spec->items, item_compare); |