Subject Re: [ib-support] memory leaking
Author C R Zamana
Hi Ann.


On Fri, 2002-03-01 at 12:25, Ann W. Harrison wrote:
> At 01:30 AM 3/1/2002 -0300, C R Zamana wrote:
>
> >isc_dsql_free_statement()
> >
> > Please, is there any issues about this functions?
>
> From a previous message on this list:
>
> >I use isc_dsql_free_statement(status_vec, stmt, DSQL_close) after last
> >fetch.
>
> Try DSQL_drop. Apparently DSQL_close will close an open record stream
> but does not release the memory.

Strange. I'm using DSQL_drop right now.

Other information: I'm not using "named cursors". I don't
know if it is relevant...

Thank you.
Best regards.