gtk_css_provider_get_named: don't leak subpath (#636777)

This commit is contained in:
Guillaume Desmottes 2010-12-08 15:13:21 +01:00 committed by Matthias Clasen
parent 05abea6c4f
commit 107cebe546

View File

@ -3856,6 +3856,8 @@ gtk_css_provider_get_named (const gchar *name,
}
}
g_free (subpath);
if (path)
{
GError *error = NULL;