Subject Re: [ib-support] URGENT: API memory leaks!
Author Ann W. Harrison
At 11:53 PM 2/11/2002 +0300, Lev Assinovsky wrote:
>Yes, you are right. Thank you!
>If I use DSQL_drop I have to use isq_dsql_allocate_statement then.
>Is it expensive?

Not terribly - I wouldn't drop a statement if I weren't sure I was
through with it unless I had so many prepared statements I was
concerned about memory usage.

>Is isc_dsql_free_statement(status_vec, stmt, DSQL_drop) expensive?

No.

Regards,

Ann