On Thu, 2 Feb 2006 15:05:27 -0500 "D'Arcy J.M. Cain" <[EMAIL PROTECTED]> wrote: > The following message was sent to my email. Anyone see a problem > implementing this? > > Begin forwarded message: > > While using PyGreSQL 3.7, I found a small memory leak in the C to > Python conversion for floating point types. I've attached a > patch below.
I have applied this patch except I didn't bother assigning NULL to the new variable after freeing it. There is no place that the variable is used or tested after being freed anyway. -- D'Arcy J.M. Cain PyGreSQL Development Group http://www.PyGreSQL.org _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
