Re: [sqlite] Problem with memory using Tcl-defined SQL functions

2005-05-23 Thread Ray Mosley
AIL PROTECTED] > Sent: viernes, 20 de mayo de 2005 10:56 > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] Problem with memory using Tcl-defined SQL > functions > > > > > The problem is that, when I send a query that uses a Tcl-defined SQL > > function

RE: [sqlite] Problem with memory using Tcl-defined SQL functions

2005-05-20 Thread Miguel Munoz Arancon
Thank you very much. That was really fast help! Miguel Munoz -Original Message- From: Dan Kennedy [mailto:[EMAIL PROTECTED] Sent: viernes, 20 de mayo de 2005 10:56 To: sqlite-users@sqlite.org Subject: Re: [sqlite] Problem with memory using Tcl-defined SQL functions > The problem

Re: [sqlite] Problem with memory using Tcl-defined SQL functions

2005-05-20 Thread Dan Kennedy
> The problem is that, when I send a query that uses a Tcl-defined SQL > function to the database, it starts allocating memory that is not freed > afterwards, until I close the Tcl interpreter. Memory leak in Tcl interface code. Fixed in cvs now.