aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2012-05-02 16:50:07 +1200
committerMatthew Gregan <[email protected]>2012-05-02 16:50:07 +1200
commit5dff139617a05e20c813ce257645dbc2ee44724c (patch)
tree3c5de45b2903af0c3c580e8f78fed88c1bc735f6
parentef934741cc395e3cae49722b0a57dea479efe25f (diff)
downloadcubeb-5dff139617a05e20c813ce257645dbc2ee44724c.tar.gz
cubeb-5dff139617a05e20c813ce257645dbc2ee44724c.zip
add leak suppresion file for valgrind.
-rw-r--r--cubeb.supp36
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
+}
+