Le vendredi 22 avril 2005 à 02:07 -0700, Kevin Brown a écrit : > Okay, I've tracked this one down. The offending line is 1547, which > reads: > > currph->quoted = currph->bind_type->quote(currph->value, > currph->valuelen, &currph->quotedlen); > > This is never freed prior to re-assignment. The fix is to add: > > if (currph->quoted) Safefree(currph->quoted); > > right before it.
Thank you for the patch, I sent it upstream. I hope it will be integrated soon otherwise I'll just include it as a Debian-specific patch in the mean time. Cheers, -- Raphaël Hertzog -+- http://www.ouaza.com Formation Linux et logiciel libre : http://www.logidee.com Earn money with free software: http://www.geniustrader.org