summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-29 18:25:47 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-29 18:30:18 +0100
commit500c58190fb57df437792cfc6205a5e3b660a87d (patch)
tree06235610f821e75913ecba7081ecdbc9f54e2baa /tools
parentcc9192e129a0694b5f2e14125fee4a97689206c4 (diff)
Ignore one-off "leaks" in g_inet_address_class_intern_init
Diffstat (limited to 'tools')
-rw-r--r--tools/telepathy-glib.supp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/telepathy-glib.supp b/tools/telepathy-glib.supp
index a2a075cc..4470e136 100644
--- a/tools/telepathy-glib.supp
+++ b/tools/telepathy-glib.supp
@@ -197,6 +197,13 @@
# ============================= GIO ===================================
{
+ GIO init
+ Memcheck:Leak
+ ...
+ fun:g_inet_address_class_intern_init
+}
+
+{
g_simple_async_result class
Memcheck:Leak
...