Charles Longeau <[EMAIL PROTECTED]> writes: > Here's a little patch about some memory leaks found with valgrind, on > sort, tail and uptime.
The changes that you propose will slow the programs down slightly and make them slightly bigger. The changes won't save any memory, since the programs in question are all about to exit. Isn't there a way to pacify valgrind without adversely affecting the programs? _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils