mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
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:
parent
d8b45684ed
commit
b97c57b502
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user