gtk_css_provider_get_named: don't leak subpath (#636777)
This commit is contained in:
parent
05abea6c4f
commit
107cebe546
@ -3856,6 +3856,8 @@ gtk_css_provider_get_named (const gchar *name,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_free (subpath);
|
||||||
|
|
||||||
if (path)
|
if (path)
|
||||||
{
|
{
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user