From 59454808ab0ea0ac744eb24043745d2c6b20124b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Gajd=C5=AF=C5=A1ek?= Date: Thu, 3 Jan 2013 06:10:54 +0100 Subject: [PATCH] add exclusions file for valgrind memcheck --- tests/valgrind.supp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/valgrind.supp diff --git a/tests/valgrind.supp b/tests/valgrind.supp new file mode 100644 index 0000000..fa06dfa --- /dev/null +++ b/tests/valgrind.supp @@ -0,0 +1,18 @@ +{ + + Memcheck:Leak + fun:malloc + fun:g_malloc + fun:g_strdup + fun:g_boxed_copy + fun:g_value_set_boxed + fun:demarshal_object_path + fun:demarshal_collection + fun:_dbus_gvalue_demarshal + fun:dbus_g_proxy_end_call_internal + fun:dbus_g_proxy_call + fun:consolekit_init + fun:u_dbus_setup + fun:core_init + fun:main +}