diff options
author | Matthew Gregan <[email protected]> | 2012-05-02 16:50:07 +1200 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2012-05-02 16:50:07 +1200 |
commit | 5dff139617a05e20c813ce257645dbc2ee44724c (patch) | |
tree | 3c5de45b2903af0c3c580e8f78fed88c1bc735f6 /cubeb.supp | |
parent | ef934741cc395e3cae49722b0a57dea479efe25f (diff) | |
download | cubeb-5dff139617a05e20c813ce257645dbc2ee44724c.tar.gz cubeb-5dff139617a05e20c813ce257645dbc2ee44724c.zip |
add leak suppresion file for valgrind.
Diffstat (limited to 'cubeb.supp')
-rw-r--r-- | cubeb.supp | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/cubeb.supp b/cubeb.supp new file mode 100644 index 0000000..0012ea5 --- /dev/null +++ b/cubeb.supp @@ -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 +} + |