Plug a small memory leak

This commit is contained in:
Matthias Clasen 2012-02-11 13:05:32 -05:00
parent 194a48bd4a
commit a96c122fa4

View File

@ -2959,6 +2959,7 @@ gtk_css_provider_get_named (const gchar *name,
} }
g_free (path); g_free (path);
g_free (dir);
} }
} }