mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 07:09:16 +02: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;
|
_caches[n_caches + 1] = NULL;
|
||||||
n_caches++;
|
n_caches++;
|
||||||
|
|
||||||
|
free (file_name);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user