diff options
Diffstat (limited to '')
-rw-r--r-- | lib/libunistring.valgrind | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libunistring.valgrind b/lib/libunistring.valgrind new file mode 100644 index 0000000..aba265a --- /dev/null +++ b/lib/libunistring.valgrind @@ -0,0 +1,9 @@ +# Suppress valgrind messages in an installed libunistring. + +# Suppress a valgrind message about use of uninitialized memory in freea(). +# This use is OK because it provides only a speedup. +{ + libunistring_freea + Memcheck:Cond + fun:libunistring_freea +} |