mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
css: Use the correct free function
This commit is contained in:
parent
ebadb36962
commit
014165151f
@ -662,7 +662,7 @@ gtk_css_parser_read_symbolic_color_function (GtkCssParser *parser,
|
||||
child2 = _gtk_css_parser_read_symbolic_color (parser);
|
||||
if (child2 == NULL)
|
||||
{
|
||||
g_object_unref (child1);
|
||||
gtk_symbolic_color_unref (child1);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user