g_dbus_action_group_changed: don't leak iterator and its contents

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=666113
Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
Simon McVittie 2011-12-13 18:17:13 +00:00
parent 90baa7e460
commit fbab468da5

View File

@ -229,6 +229,7 @@ g_dbus_action_group_changed (GDBusConnection *connection,
else
action_info_free (info);
}
g_variant_iter_free (iter);
}
}
}