Subject Re: [firebird-support] UDF or/and maybe Charset problem
Author Dimitry Sibiryakov
24.08.2017 11:37, Nagy Szilveszter nagy_szilveszter@... [firebird-support] wrote:
> result = (char*)calloc(j, sizeof(char));

You must use ib_util_malloc() to allocate memory in UDF and don't forget FREE_IT in
declaration to avoid memory leak.


--
WBR, SD.