glib.supp: Allow definite leaks of g_private_set_alloc0()

If a transient worker thread calls it, the allocated memory is
definitely leaked when the thread exits. That’s intentional.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-11-12 15:05:58 +00:00
parent d8b45684ed
commit b97c57b502

View File

@ -880,7 +880,7 @@
{
g_private_set_alloc0
Memcheck:Leak
match-leak-kinds:reachable
match-leak-kinds:definite,reachable
fun:malloc
...
fun:g_private_set_alloc0
@ -888,7 +888,7 @@
{
g_private_set_alloc0-calloc
Memcheck:Leak
match-leak-kinds:reachable
match-leak-kinds:definite,reachable
fun:calloc
...
fun:g_private_set_alloc0