mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
Merge branch 'matthiasc/for-main' into 'main'
css: Plug a memory leak See merge request GNOME/gtk!7341
This commit is contained in:
commit
58fe590eae
@ -123,6 +123,7 @@ gtk_css_value_color_free (GtkCssValue *color)
|
||||
break;
|
||||
|
||||
case COLOR_TYPE_RELATIVE:
|
||||
gtk_css_value_unref (color->relative.origin);
|
||||
for (guint i = 0; i < 4; i++)
|
||||
{
|
||||
if (color->relative.values[i])
|
||||
|
Loading…
Reference in New Issue
Block a user