mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
styleproperty: Fix leak
This commit is contained in:
parent
552113131c
commit
7b2f8949dd
@ -1649,7 +1649,7 @@ border_color_shorthand_value_parse (GtkCssParser *parser,
|
||||
|
||||
g_value_unset (value);
|
||||
g_value_init (value, G_TYPE_PTR_ARRAY);
|
||||
g_value_set_boxed (value, array);
|
||||
g_value_take_boxed (value, array);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user