diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-06-29 18:25:47 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-06-29 18:30:18 +0100 |
commit | 500c58190fb57df437792cfc6205a5e3b660a87d (patch) | |
tree | 06235610f821e75913ecba7081ecdbc9f54e2baa /tools | |
parent | cc9192e129a0694b5f2e14125fee4a97689206c4 (diff) |
Ignore one-off "leaks" in g_inet_address_class_intern_init
Diffstat (limited to 'tools')
-rw-r--r-- | tools/telepathy-glib.supp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/telepathy-glib.supp b/tools/telepathy-glib.supp index a2a075ccd..4470e136f 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 ... |