[telepathy-glib/master] telepathy-glib.supp: ignore g_intern_string, g_intern_static_string
Simon McVittie
simon.mcvittie at collabora.co.uk
Thu Dec 3 11:06:59 PST 2009
These are meant to leak (strings in the first case, and hash table entries
in both cases).
---
tools/telepathy-glib.supp | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/tools/telepathy-glib.supp b/tools/telepathy-glib.supp
index 3a1a4ba..cbf9d36 100644
--- a/tools/telepathy-glib.supp
+++ b/tools/telepathy-glib.supp
@@ -53,6 +53,20 @@
}
{
+ interned strings can't be freed
+ Memcheck:Leak
+ ...
+ fun:g_intern_string
+}
+
+{
+ interned strings can't be freed
+ Memcheck:Leak
+ ...
+ fun:g_intern_static_string
+}
+
+{
shared global default g_main_context
Memcheck:Leak
...
--
1.5.6.5
More information about the telepathy-commits
mailing list