glib.supp: Suppress one-time allocation in g_get_home_dir()

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-11-29 16:57:33 +00:00
parent 72377e3b6e
commit 0ebaf8a375

View File

@ -862,6 +862,17 @@
fun:g_get_user_data_dir
}
# g_get_home_dir() caches a one-time allocation
{
g_get_home_dir
Memcheck:Leak
match-leak-kinds:reachable
fun:malloc
...
fun:g_build_home_dir
fun:g_get_home_dir
}
# gdesktopappinfo.c caches a one-time allocation global table of @desktop_file_dirs.
{
desktop_file_dirs_malloc