Subject | RE: [firebird-support] Re: Memory Usage Test |
---|---|
Author | Alan McDonald |
Post date | 2004-10-21T12:23:09Z |
> This is the udf which comes with the firebird distribution (fbudf). IInteresting: I use the old freeudflib and this is the typical DDL
> have verified the fbudf.sql. It is not declared with FREE_IT. I tried
> using FREE_IT, but then it stops working (it simply hangs).
>
> JS
DECLARE EXTERNAL FUNCTION F_ADDMONTH
DATE,
INTEGER
RETURNS DATE FREE_IT
ENTRY_POINT 'AddMonth' MODULE_NAME 'FreeUDFLib.dll'
I've never seen memory leaks with these functions. You could have found
something there.
Alan