mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
glib.supp: Ignore the one-off GTask thread pool allocation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
fda1c651d5
commit
e1cf40a6b2
11
glib.supp
11
glib.supp
@ -463,6 +463,17 @@
|
|||||||
fun:g_system_thread_new
|
fun:g_system_thread_new
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
g-task-thread-pool-init
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds:possible,reachable,definite
|
||||||
|
fun:malloc
|
||||||
|
...
|
||||||
|
fun:g_thread_new
|
||||||
|
...
|
||||||
|
fun:g_task_thread_pool_init
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
g-io-module-default-proxy-resolver-gnome
|
g-io-module-default-proxy-resolver-gnome
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
Loading…
Reference in New Issue
Block a user