mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
9 lines
261 B
Text
9 lines
261 B
Text
# 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
|
|
}
|