[gnumeric] test: silence valgrind with respect to sound memory leaks.



commit 5cc81ad6a7c0b822fe6ca7dcd0baf4e0093775d1
Author: Morten Welinder <terra gnome org>
Date:   Fri Jun 21 12:42:45 2013 -0400

    test: silence valgrind with respect to sound memory leaks.
    
    My setup generates sound for certain error dialogs.  We don't want to
    see leaks from alsa over that.

 test/common.supp |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/test/common.supp b/test/common.supp
index 7f00052..a2b19d2 100644
--- a/test/common.supp
+++ b/test/common.supp
@@ -699,3 +699,34 @@
    fun:wcslen
 }
 
+{
+    ALSA/SND_PCM_OPEN1/MLK
+    Memcheck:Leak
+    fun:calloc
+    ...
+    fun:snd_pcm_open
+}
+
+{
+    ALSA/SND_PCM_OPEN2/MLK
+    Memcheck:Leak
+    fun:malloc
+    ...
+    fun:snd_pcm_open
+}
+
+{
+    ALSA/SND_CONFIG_HOOK_LOAD1/MLK
+    Memcheck:Leak
+    fun:calloc
+    ...
+    fun:snd_config_hook_load
+}
+
+{
+    ALSA/SND_CONFIG_HOOK_LOAD2/MLK
+    Memcheck:Leak
+    fun:malloc
+    ...
+    fun:snd_config_hook_load
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]