Re: [Dbmail-dev] dbmail 2.1.7 minor memory leak in db.c and other questions

2006-07-26 Thread Aaron Stone
On Wed, 2006-07-26 at 16:38 +0900, UEMURA (fka. MAENAKA) Tetsuya wrote: > Posted on Wed, 26 Jul 2006 02:55:20 -0400 (EDT) > by author Leif Jackson <[EMAIL PROTECTED]> > > It seems that there is a minor memory leak in the 2.1.7 release. Sorry. > > see minor patch below. > > Leif, your patch isn't

Re: [Dbmail-dev] dbmail 2.1.7 minor memory leak in db.c and other questions

2006-07-26 Thread Leif Jackson
On Wed, July 26, 2006 3:38 am, UEMURA (fka. MAENAKA) Tetsuya wrote: > Posted on Wed, 26 Jul 2006 02:55:20 -0400 (EDT) > by author Leif Jackson <[EMAIL PROTECTED]> >> It seems that there is a minor memory leak in the 2.1.7 release. Sorry. >> see minor patch below. > > Leif, your patch isn't a minor

Re: [Dbmail-dev] dbmail 2.1.7 minor memory leak in db.c and other questions

2006-07-26 Thread UEMURA (fka. MAENAKA) Tetsuya
Posted on Wed, 26 Jul 2006 02:55:20 -0400 (EDT) by author Leif Jackson <[EMAIL PROTECTED]> > It seems that there is a minor memory leak in the 2.1.7 release. Sorry. > see minor patch below. Leif, your patch isn't a minor. It fixes a major leak which keeps me annoying for a few months now. Without

[Dbmail-dev] dbmail 2.1.7 minor memory leak in db.c and other questions

2006-07-26 Thread Leif Jackson
Paul & Aaron, It seems that there is a minor memory leak in the 2.1.7 release. Sorry. see minor patch below. diff -urNab dbmail-2.1.7.orig/db.c dbmail-2.1.7/db.c --- dbmail-2.1.7.orig/db.c 2006-07-24 11:35:41.0 -0400 +++ dbmail-2.1.7/db.c 2006-07-26 02:04:47.596208079 -0400 @@ -2