xref: /netbsd-src/external/gpl2/xcvs/dist/lib/allocsa.valgrind (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1# Suppress a valgrind message about use of uninitialized memory in freesa().
2# This use is OK because it provides only a speedup.
3{
4    freesa
5    Memcheck:Cond
6    fun:freesa
7}
8