1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-03-12 02:35:28 +01:00

Revert "xdgmime: plug a small leak"

This reverts commit 4e7031f073db2df7297feab35c9d353b0b3977d8.

The string actually does get freed somewhere else, at least in some
cases. Can be looked at again later if this reintroduces a leak.

https://bugzilla.gnome.org/show_bug.cgi?id=683270
This commit is contained in:
Dan Winship 2012-09-03 10:06:13 -04:00
parent 857ac29c1f
commit d68609f9fd

@ -156,7 +156,6 @@ xdg_mime_init_from_directory (const char *directory)
_caches[n_caches + 1] = NULL; _caches[n_caches + 1] = NULL;
n_caches++; n_caches++;
free (file_name);
return FALSE; return FALSE;
} }
} }