On Wed, Oct 20, 2010 at 11:58:05 +0300, Alexander Shishkin wrote: > Signed-off-by: Alexander Shishkin <[email protected]> > --- > coreutils/tail.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/coreutils/tail.c b/coreutils/tail.c > index 44698f3..df881a3 100644 > --- a/coreutils/tail.c > +++ b/coreutils/tail.c > @@ -346,6 +346,7 @@ int tail_main(int argc, char **argv) > } > if (ENABLE_FEATURE_CLEAN_UP) { > free(fds); > + free(tailbuf); > } > return G.status; > }
It shouldn't have turned up in this thread, sorry. These are not related to add-shell. Regards, -- Alex _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
