Re: [Firebird-devel] IExternalFunctionImpl::dispose

2021-06-21 Thread Adriano dos Santos Fernandes
On 21/06/2021 05:48, Jiří Činčura wrote: > Hi *, > > Who's responsibility is to call IExternal[Function | Procedure | > Trigger]Impl::dispose? Should the plugin do it i.e. in `closeAttachment` or > is Firebird gonna do it when the Function/Procedure/Trigger is no longer used? > It should be th

Re: [Firebird-devel] IExternalFunctionImpl::dispose

2021-06-21 Thread Jiří Činčura
And maybe same question for IExternalResultSetImpl. I'm asking because I see some weird behavior in terms of memory allocations. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

[Firebird-devel] IExternalFunctionImpl::dispose

2021-06-21 Thread Jiří Činčura
Hi *, Who's responsibility is to call IExternal[Function | Procedure | Trigger]Impl::dispose? Should the plugin do it i.e. in `closeAttachment` or is Firebird gonna do it when the Function/Procedure/Trigger is no longer used? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Deve