view lib/libunistring.valgrind @ 40243:667e4c89e4d3

autoupdate
author Karl Berry <karl@freefriends.org>
date Sun, 17 Mar 2019 09:24:57 -0700
parents 3553c6b0a5f0
children
line wrap: on
line source

# 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
}