mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-26 19:46:51 +00:00
10 lines
261 B
Plaintext
10 lines
261 B
Plaintext
# 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
|
|
}
|