glib.supp: Suppress reachable leak of g_set_prgname() string

It’s set once and then used throughout the process lifetime.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Fixes: #2136
This commit is contained in:
Philip Withnall 2020-06-17 19:31:22 +01:00
parent b79635b391
commit 86d6e181c3

View File

@ -996,3 +996,13 @@
...
fun:g_thread_pool_new
}
# One-time program name storage
{
g_set_prgname
Memcheck:Leak
match-leak-kinds:reachable
fun:malloc
...
fun:g_set_prgname
}