Bug#318879: udpkg: Fix minor memory leak

2010-11-04 Thread Colin Watson
found 318879 udpkg/1.11 thanks On Fri, Jul 29, 2005 at 07:32:32PM -0400, Joey Hess wrote: > Petter Reinholdtsen wrote: > > I believe there is a minor memory leak in udpkg. This patch fixes it. > > It will need a review and some testing before it is commited. > > > > Index: status.c > > =

Bug#318879: udpkg: Fix minor memory leak

2010-11-02 Thread Christian PERRIER
Quoting Cyril Brulebois (k...@debian.org): > Petter Reinholdtsen (17/03/2010): > > I agree, it seem like the proper fix. Perhaps time to commit the fix, > > before it is 5 years old. :) > > Too late. :p > > Mraw, > KiBi, Your FTBFS bug report (#602134) gave me an opportunity to fix this bug (h

Bug#318879: udpkg: Fix minor memory leak

2010-11-01 Thread Cyril Brulebois
Petter Reinholdtsen (17/03/2010): > I agree, it seem like the proper fix. Perhaps time to commit the fix, > before it is 5 years old. :) Too late. :p Mraw, KiBi, signature.asc Description: Digital signature

Bug#318879: udpkg: Fix minor memory leak

2010-03-17 Thread Petter Reinholdtsen
[Joey Hess 2005-07-29] > Hmm, if you look at the callers of read_block(), all of them pass a > pointer to strdup("") in which is silly if we'll always free it. So > we could instead just: I agree, it seem like the proper fix. Perhaps time to commit the fix, before it is 5 years old. :) Happy hac