diff options
author | Olli Salli <ollisal@gmail.com> | 2010-12-06 20:15:24 +0200 |
---|---|---|
committer | Olli Salli <ollisal@gmail.com> | 2010-12-06 20:15:24 +0200 |
commit | db6d95898ec2bc92ea9c98fe1c79b980b56a295c (patch) | |
tree | 39b784bb60f3853e2c75529a85cbca2b63896ebd /qt4/tools | |
parent | 94b8e4e8b3e1ccba63bf29367faf3b0041c9c213 (diff) |
Add two additional tp-glib O(not a lot) "possibly lost" suppressions
Diffstat (limited to 'qt4/tools')
-rw-r--r-- | qt4/tools/tp-qt4-tests.supp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/qt4/tools/tp-qt4-tests.supp b/qt4/tools/tp-qt4-tests.supp index c8972f2cd..2c0f12011 100644 --- a/qt4/tools/tp-qt4-tests.supp +++ b/qt4/tools/tp-qt4-tests.supp @@ -32,3 +32,22 @@ ... fun:tp_base_connection_manager_register } + +# O(number of error domains) leak from dbus_g_method_return_error +{ + dbus_g_method_return_error error domain enum class + Memcheck:Leak + ... + fun:g_type_class_ref + ... + fun:dbus_g_method_return_error +} + +# O(1) leak from tp_base_connection_manager installing the param spec for the dbus-daemon param +{ + tp_base_connection_manager dbus-daemon param spec + Memcheck:Leak + ... + fun:g_param_spec_object + fun:tp_base_connection_manager_class_intern_init +} |