On 08/03/2012 01:53 PM, Jim Meyering wrote: > I ran "make check" on valgrind-wrapped tools (took most of a day on a > 6/12-core system) and saw split at the top of the list of "definitely lost > buffer" leaks. So far, the only ones I've investigated are not important, > but at least now, they are plugged and will not distract us further:
Yes, these are only wasted cycles before exit(). I'd suggest wrapping in IF_LINT (); as we do in df.c and sort.c cheers, Pádraig.
