Fix the build

svn path=/branches/glib-2-16/; revision=7470
This commit is contained in:
Matthias Clasen
2008-09-11 19:27:36 +00:00
parent 13cd3a4a34
commit 93f878856b

View File

@@ -605,18 +605,6 @@ xdg_mime_shutdown (void)
parent_list = NULL; parent_list = NULL;
} }
if (icon_list)
{
_xdg_mime_icon_list_free (icon_list);
icon_list = NULL;
}
if (generic_icon_list)
{
_xdg_mime_icon_list_free (generic_icon_list);
generic_icon_list = NULL;
}
if (_caches) if (_caches)
{ {
int i; int i;