Re: [PATCH] maint: fix an inconsequential mem leak in join

2010-02-01 Thread Pádraig Brady
On 27/01/10 16:18, Jim Meyering wrote: Pádraig Brady wrote: valgrind was complaining about definite mem leaks in `join` so I refactored the offending code a little and removed the inconseqential leak (which may mask real leaks in future). ... Subject: [PATCH] maint: fix an inconsequential mem

Re: [PATCH] maint: fix an inconsequential mem leak in join

2010-01-27 Thread Jim Meyering
Pádraig Brady wrote: > valgrind was complaining about definite mem leaks in `join` > so I refactored the offending code a little and removed the > inconseqential leak (which may mask real leaks in future). ... > Subject: [PATCH] maint: fix an inconsequential mem leak in join > >

[PATCH] maint: fix an inconsequential mem leak in join

2010-01-26 Thread Pádraig Brady
aig=20Brady?= Date: Wed, 27 Jan 2010 02:17:36 + Subject: [PATCH] maint: fix an inconsequential mem leak in join * src/join.c (join): Refactor the code that checks for misorder at the tail of the files. The most significant change here is that freeline() is called thus silencing a valgr