diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:32:44 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:32:44 +0200 |
commit | fa095a4504cbe668e4244547e2c141597bea4ecf (patch) | |
tree | 06135820a286ffec47804e75fbf8a147e92acd2e /lib/malloca.valgrind |
Imported Upstream version 0.9.1upstream/0.9.1
Diffstat (limited to 'lib/malloca.valgrind')
-rw-r--r-- | lib/malloca.valgrind | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/malloca.valgrind b/lib/malloca.valgrind new file mode 100644 index 00000000..52f0a50f --- /dev/null +++ b/lib/malloca.valgrind @@ -0,0 +1,7 @@ +# Suppress a valgrind message about use of uninitialized memory in freea(). +# This use is OK because it provides only a speedup. +{ + freea + Memcheck:Cond + fun:freea +} |