Fix a memory leak in GtkCssStringValue
This commit is contained in:
@ -29,6 +29,7 @@ struct _GtkCssValue {
|
||||
static void
|
||||
gtk_css_value_string_free (GtkCssValue *value)
|
||||
{
|
||||
g_free (value->string);
|
||||
g_slice_free (GtkCssValue, value);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user