summaryrefslogtreecommitdiff
path: root/lib/allocsa.valgrind
blob: f4c77d68610ea05b6128aa8d01dac972258df343 (plain)
1
2
3
4
5
6
7
# Suppress a valgrind message about use of uninitialized memory in freesa().
# This use is OK because it provides only a speedup.
{
    freesa
    Memcheck:Cond
    fun:freesa
}

Return to:

Send suggestions and report system problems to the System administrator.