mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Make it compile
This commit is contained in:
parent
8eae254920
commit
6bc5df518a
@ -2717,7 +2717,7 @@ gtk_rc_parse_style (GtkRcContext *context,
|
||||
name = g_strdup (scanner->value.v_identifier);
|
||||
g_strcanon (name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-", '-');
|
||||
prop.property_name = g_quark_from_string (name);
|
||||
g_free (name)
|
||||
g_free (name);
|
||||
|
||||
token = gtk_rc_parse_assignment (scanner, &prop);
|
||||
if (token == G_TOKEN_NONE)
|
||||
|
Loading…
Reference in New Issue
Block a user