]> git.cworth.org Git - tar/blobdiff - gnu/malloca.valgrind
Imported Upstream version 1.23
[tar] / gnu / malloca.valgrind
diff --git a/gnu/malloca.valgrind b/gnu/malloca.valgrind
new file mode 100644 (file)
index 0000000..52f0a50
--- /dev/null
@@ -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
+}