mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +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,
|
||||
binding->property->name,
|
||||
&value);
|
||||
g_variant_unref (variant);
|
||||
g_value_unset (&value);
|
||||
|
||||
binding->running = FALSE;
|
||||
|
Reference in New Issue
Block a user