mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 07:08:02 +02:00
valgrind: suppression for a lazy GTask type initialization
This commit is contained in:
parent
4b7b518958
commit
5b3a39ddce
1 changed files with 20 additions and 0 deletions
|
|
@ -440,6 +440,26 @@
|
||||||
fun:start_thread
|
fun:start_thread
|
||||||
fun:clone
|
fun:clone
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
_gdbus_f25_1
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: definite
|
||||||
|
fun:malloc
|
||||||
|
fun:g_malloc
|
||||||
|
fun:g_slice_alloc
|
||||||
|
fun:g_slice_alloc0
|
||||||
|
fun:g_system_thread_new
|
||||||
|
fun:g_thread_new_internal
|
||||||
|
fun:g_thread_new
|
||||||
|
fun:g_get_worker_context
|
||||||
|
fun:g_task_thread_pool_init
|
||||||
|
fun:g_task_get_type
|
||||||
|
fun:ensure_required_types
|
||||||
|
fun:_g_dbus_shared_thread_ref
|
||||||
|
fun:_g_dbus_worker_new
|
||||||
|
fun:initable_init
|
||||||
|
fun:g_bus_get_sync
|
||||||
|
}
|
||||||
{
|
{
|
||||||
_btrfs_io_clone
|
_btrfs_io_clone
|
||||||
Memcheck:Param
|
Memcheck:Param
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue