mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-03 11:20:07 +02:00
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:
parent
90baa7e460
commit
fbab468da5
@ -229,6 +229,7 @@ g_dbus_action_group_changed (GDBusConnection *connection,
|
|||||||
else
|
else
|
||||||
action_info_free (info);
|
action_info_free (info);
|
||||||
}
|
}
|
||||||
|
g_variant_iter_free (iter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user