mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
Plug tiny leak in the css parser
This commit is contained in:
parent
0dd1f7edbc
commit
7c779a0bee
@ -608,6 +608,7 @@ _gtk_css_parser_try_enum (GtkCssParser *parser,
|
||||
}
|
||||
}
|
||||
|
||||
g_free (str);
|
||||
g_type_class_unref (enum_class);
|
||||
|
||||
if (!result)
|
||||
|
Loading…
Reference in New Issue
Block a user