mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
xdgmime: plug a small leak
https://bugzilla.gnome.org/show_bug.cgi?id=682560
This commit is contained in:
parent
03be681e08
commit
4e7031f073
@ -156,6 +156,7 @@ 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