diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2016-11-14 19:01:51 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2016-11-14 20:22:23 +0100 |
commit | 5b3a39ddce51b680aaa157e212e61fa3f095df23 (patch) | |
tree | 5cc0dbf854ccb73410052f02a2d3ffef63dec486 | |
parent | 4b7b518958a1baa805fec65c6b8a145cbc3df17d (diff) |
valgrind: suppression for a lazy GTask type initialization
-rw-r--r-- | valgrind.suppressions | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index 8f459bf80..50594f300 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -441,6 +441,26 @@ 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 Memcheck:Param ioctl(generic) |