mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-06 02:58:55 +01:00
Fix the build
svn path=/branches/glib-2-16/; revision=7470
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user