Better comment for chdir_verify_path()
[dragonfly.git] / contrib / cvs-1.12.11 / lib / allocsa.valgrind
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 }