Valgrind suppression for OS X 10.9
[alexxy/gromacs.git] / cmake / legacy_and_external.supp
index 97faf162b1d05390d47eb2868ed408323c1a9670..0e84ddeabacfda268e761e70646f004fa45d0cd7 100644 (file)
@@ -3,6 +3,25 @@
 # Memory leaks in the legacy code are excluded
 # Other problems besides memory leaks should NOT be excluded for legacy code
 
+# Ugly memory leak that depends on global variables being used to pass
+# information between routines.
+{
+   nsc_dclm_pbc
+   Memcheck:Leak
+   fun:calloc
+   fun:save_calloc
+   fun:ico_dot_dod
+   fun:make_unsp
+   fun:nsc_dclm_pbc
+}
+
+{
+   ctime_r
+   Memcheck:Leak
+   ...
+   fun:ctime_r
+}
+
 {
    libz
    Memcheck:Cond
    fun:__vfprintf
 }
 
+{
+   printf
+   Memcheck:Leak
+   fun:malloc
+   ...
+   fun:vfprintf_l
+}
+
 {
    strtof
    Memcheck:Leak