Skip to content

Commit

Permalink
add exclusions file for valgrind memcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
gajdusek committed Jan 3, 2013
1 parent 8ef37a5 commit 5945480
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/valgrind.supp
@@ -0,0 +1,18 @@
{
<new gtype>
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
}

0 comments on commit 5945480

Please sign in to comment.