source: trunk/essentials/app-arch/cpio/lib/allocsa.valgrind

Last change on this file was 3332, checked in by bird, 18 years ago

cpio 2.7

File size: 178 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.