mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 14:49:16 +02: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
|
g_private_set_alloc0
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
match-leak-kinds:reachable
|
match-leak-kinds:definite,reachable
|
||||||
fun:malloc
|
fun:malloc
|
||||||
...
|
...
|
||||||
fun:g_private_set_alloc0
|
fun:g_private_set_alloc0
|
||||||
@ -888,7 +888,7 @@
|
|||||||
{
|
{
|
||||||
g_private_set_alloc0-calloc
|
g_private_set_alloc0-calloc
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
match-leak-kinds:reachable
|
match-leak-kinds:definite,reachable
|
||||||
fun:calloc
|
fun:calloc
|
||||||
...
|
...
|
||||||
fun:g_private_set_alloc0
|
fun:g_private_set_alloc0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user