mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-03 22:33:08 +02:00
Merge branch 'home-dir-suppression' into 'main'
glib.supp: Suppress one-time allocation in g_get_home_dir() See merge request GNOME/glib!2373
This commit is contained in:
commit
120478eeae
11
glib.supp
11
glib.supp
@ -862,6 +862,17 @@
|
|||||||
fun:g_get_user_data_dir
|
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.
|
# gdesktopappinfo.c caches a one-time allocation global table of @desktop_file_dirs.
|
||||||
{
|
{
|
||||||
desktop_file_dirs_malloc
|
desktop_file_dirs_malloc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user