summaryrefslogtreecommitdiff
path: root/qt4/tools
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2010-12-05 23:24:44 +0200
committerOlli Salli <ollisal@gmail.com>2010-12-05 23:24:44 +0200
commit8626299228d04a2a0eb35000a6655f9a4ef9dcd2 (patch)
treef1409df7cee4c67371d0ef049c23e24214b85326 /qt4/tools
parent6840c41e5af0ac571b04567a3c150b1666dcffdd (diff)
Ignore tp-glib BaseConnectionManager legacy protocol object leak
Diffstat (limited to 'qt4/tools')
-rw-r--r--qt4/tools/tp-qt4-tests.supp11
1 files changed, 11 insertions, 0 deletions
diff --git a/qt4/tools/tp-qt4-tests.supp b/qt4/tools/tp-qt4-tests.supp
index abd7c9cc2..640593fab 100644
--- a/qt4/tools/tp-qt4-tests.supp
+++ b/qt4/tools/tp-qt4-tests.supp
@@ -28,3 +28,14 @@
...
fun:_ZN18TestConferenceChan12initTestCaseEv
}
+
+# Reported as https://bugs.freedesktop.org/show_bug.cgi?id=32116
+
+{
+ TpBaseConnectionManager legacy protocol objects
+ Memcheck:Leak
+ ...
+ fun:g_object_new
+ ...
+ fun:tp_base_connection_manager_register
+}