summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-11-14 19:51:24 +0100
committerLubomir Rintel <lkundrak@v3.sk>2016-11-14 19:56:25 +0100
commit393ac39ff3d82ca0d56c452a3c2368611270aa04 (patch)
tree17ef4b425f31b5724b9734ab8547ec6c4ce3f57e
parent8efbc39c5596380a992901414e346ce53d53b770 (diff)
downloadNetworkManager-lr/leaks.tar.gz
valgrind: two more gdbus suppressionslr/leaks
The GDBusObjectManagerClient's control proxy seems to leak some bits. Not sure why; but certainly not our fault since it's a private object and the manager object itself gets finalized.
-rw-r--r--valgrind.suppressions33
1 files changed, 33 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions
index 50594f3007..cafde5e8a2 100644
--- a/valgrind.suppressions
+++ b/valgrind.suppressions
@@ -461,6 +461,39 @@
fun:g_bus_get_sync
}
{
+ _gdbus_f25_2
+ Memcheck:Leak
+ match-leak-kinds: definite
+ ...
+ fun:g_dbus_proxy_new_sync
+ fun:initable_init
+ fun:async_init_thread
+ fun:g_task_thread_pool_thread
+ fun:g_thread_pool_thread_proxy
+ fun:g_thread_proxy
+ fun:start_thread
+ fun:clone
+}
+{
+ _gdbusobjectmanager_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_pool_start_thread.part.1
+ fun:g_thread_pool_start_thread
+ fun:g_thread_pool_push
+ fun:g_task_run_in_thread
+ fun:g_async_initable_real_init_async
+ fun:g_async_initable_new_valist_async
+ fun:g_async_initable_new_async
+ fun:g_dbus_object_manager_client_new_for_bus
+}
+{
_btrfs_io_clone
Memcheck:Param
ioctl(generic)