xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/allocsa.valgrind (revision 4d5abbe83f525258eb479e5fca29f25cb943f379)
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