mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Bug 621319 - more leaked GVariants in GSettings
Caught by Felix Riemann.
This commit is contained in:
parent
4275c68c30
commit
f0d30e0c0c
@ -1873,6 +1873,7 @@ g_settings_binding_key_changed (GSettings *settings,
|
||||
g_object_set_property (binding->object,
|
||||
binding->property->name,
|
||||
&value);
|
||||
g_variant_unref (variant);
|
||||
g_value_unset (&value);
|
||||
|
||||
binding->running = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user