mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 04:36:17 +01:00
Revert "xdgmime: plug a small leak"
This reverts commit 4e7031f073
.
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:
parent
857ac29c1f
commit
d68609f9fd
@ -156,7 +156,6 @@ xdg_mime_init_from_directory (const char *directory)
|
||||
_caches[n_caches + 1] = NULL;
|
||||
n_caches++;
|
||||
|
||||
free (file_name);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user