diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-16 14:26:37 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-16 14:28:20 +0100 |
commit | 542ca484043dcab0563bd6b5d85f1814a8ac309d (patch) | |
tree | 1ca2a9d35a34cf9552da57e686a1b4ada2d4b1b6 | |
parent | b03279811529e9191c488a3c5022e7990471688e (diff) |
Valgrind suppressions: ignore g_type_init_with_debug_flags
g_type_init is inline in newer GLib, so it's not in stack traces any
more. With this suppression, the intset test is valgrind-clean again.
-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 18d0dac4b..3d842f10a 100644 --- a/tools/telepathy-glib.supp +++ b/tools/telepathy-glib.supp @@ -118,6 +118,13 @@ } { + g_type_init_with_debug_flags + Memcheck:Leak + ... + fun:g_type_init_with_debug_flags +} + +{ g_type_register_static Memcheck:Leak ... |