summaryrefslogtreecommitdiff
path: root/lib/allocsa.valgrind
diff options
context:
space:
mode:
Diffstat (limited to 'lib/allocsa.valgrind')
-rw-r--r--lib/allocsa.valgrind7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/allocsa.valgrind b/lib/allocsa.valgrind
new file mode 100644
index 000000000..f4c77d686
--- /dev/null
+++ b/lib/allocsa.valgrind
@@ -0,0 +1,7 @@
+# Suppress a valgrind message about use of uninitialized memory in freesa().
+# This use is OK because it provides only a speedup.
+{
+ freesa
+ Memcheck:Cond
+ fun:freesa
+}

Return to:

Send suggestions and report system problems to the System administrator.