Subject | Re: [firebird-support] UDF or/and maybe Charset problem |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2017-08-24T09:45Z |
24.08.2017 11:37, Nagy Szilveszter nagy_szilveszter@... [firebird-support] wrote:
declaration to avoid memory leak.
--
WBR, SD.
> 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.