xref: /netbsd-src/external/gpl2/xcvs/dist/lib/allocsa.valgrind (revision a7c918477dd5f12c1da816ba05caf44eab2d06d6)
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