Subject Re: [firebird-support] FB1.5 Abnormal Termination
Author Dmitry Yemanov
Alberti Tamás wrote:
>
> What i think is the udf dll-s (result with string parameters)
> written in delphi, but now i checked all the udf-s, and every function is
> declared as free_it in firebird and allocate memory in the MSC way in the
> dll.

What do you mean by the "MSC way"? The memory should be allocated using
ib_util_malloc(), everything else is wrong and may cause a crash.


Dmitry