Subject RE: [firebird-support] Memory Usage Test
Author Alan McDonald
> Can somebody do this test? There seems to be some memory leak in the
> udf 'addDay'(fbudf comes with firebird). If I call the Stored
> Procedure given below in a loop, memory usage of firebird (using top
> command in linux) crosses 100MB in a few minutes. When I comment the
> statement calling 'addDay', there is no memory increase.
>
>
>
> JS

have you declared the UDF with FREE_IT?
Alan