|
From: Dmitry Y. <di...@us...> - 2002-04-05 10:52:35
|
Hi, We have some API routines (e.g. isc_event_block) that allocate memory using gds_alloc and return pointers to a client app, but never free that memory. A client app also isn't able to free it. If I'm not mistaken, in FB2 that memory will be allocated out of the default (static) memory pool and properly freed when the pool is being destroyed. Am I right? Dmitry |