summaryrefslogtreecommitdiffstats
path: root/gl/malloca.valgrind
diff options
context:
space:
mode:
Diffstat (limited to 'gl/malloca.valgrind')
-rw-r--r--gl/malloca.valgrind7
1 files changed, 7 insertions, 0 deletions
diff --git a/gl/malloca.valgrind b/gl/malloca.valgrind
new file mode 100644
index 0000000..52f0a50
--- /dev/null
+++ b/gl/malloca.valgrind
@@ -0,0 +1,7 @@
1# Suppress a valgrind message about use of uninitialized memory in freea().
2# This use is OK because it provides only a speedup.
3{
4 freea
5 Memcheck:Cond
6 fun:freea
7}