On Wed, 2006-03-15 at 23:06 +0100, Marc Dirix wrote: [snip] > Mar 15 23:02:50 xi dbmail/imap4d[14500]: dbpgsql.c,db_query: previous > result set is possibly not freed. > > Is this a bug? > > /Marc
It's more of a friendly notice that there's a forgotten db_free_result call; the potential memory leak is cleaned up in the same chunk of code that prints out that message. Aaron
