css: Use the correct free function

This commit is contained in:
Benjamin Otte 2011-07-19 15:54:09 +02:00
parent ebadb36962
commit 014165151f

View File

@ -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;
}
}