glib.supp: Suppress worker context -> thread bits
The worker context isn't cleaned up now. Closes: #410 Approved by: giuseppe
This commit is contained in:
parent
35008ead77
commit
544365f834
|
|
@ -545,3 +545,10 @@
|
||||||
...
|
...
|
||||||
fun:glib_worker_main
|
fun:glib_worker_main
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
glib_worker_2
|
||||||
|
Memcheck:Leak
|
||||||
|
...
|
||||||
|
fun:g_thread_new
|
||||||
|
fun:g_get_worker_context
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue