Skip to content

Commit

Permalink
add leak suppresion file for valgrind.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetiknz committed May 2, 2012
1 parent ef93474 commit 5dff139
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions cubeb.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
snd_config_update-malloc
Memcheck:Leak
fun:malloc
...
fun:snd_config_update_r
}
{
snd1_dlobj_cache_get-malloc
Memcheck:Leak
fun:malloc
...
fun:snd1_dlobj_cache_get
}
{
parse_defs-malloc
Memcheck:Leak
fun:malloc
...
fun:parse_defs
}
{
parse_defs-calloc
Memcheck:Leak
fun:calloc
...
fun:parse_defs
}
{
pa_client_conf_from_x11-malloc
Memcheck:Leak
fun:malloc
...
fun:pa_client_conf_from_x11
}

0 comments on commit 5dff139

Please sign in to comment.