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