Subject | Re: [firebird-support] Re: Possible memory leak in FBCLIENT.DLL |
---|---|
Author | Stefan Heymann |
Post date | 2006-11-08T10:28:04Z |
What's the point in iteratively loading and freeing fbclient.dll? Even
if it leaks memory, this is no problem when the library is loaded once
at the start of your application.
How did you measure your program's memory usage?
Best Regards
Stefan
if it leaks memory, this is no problem when the library is loaded once
at the start of your application.
How did you measure your program's memory usage?
Best Regards
Stefan
> Sorry for reposting. Got no answer to this question.
> Can anyone investigate this very annoying problem?
> Best Regards,
> Bozzy.
> --- In firebird-support@yahoogroups.com, "Bozzy" <public1@...> wrote:
>>
>> Hi.
>>
>> I'm suspecting a memory leak in FBCLIENT.DLL
>> initialization/finalization. By simply loading
>> and unloading multiple times the library in a
>> test program, I see the program's memory usage
>> continuously increasing. The amount of "lost"
>> memory is about 8.9KB per cycle using FBCLIENT.DLL
>> version 1.5.2.4731 and 8.1KB using FBCLIENT.DLL
>> version 2.0.0.12745. The test program uses LoadLibrary
>> and FreeLibrary Windows APIs.
>>
>> Can anyone investigate it or tell me where I'm wrong?
>>
>> Sincerely,
>> Bozzy.
>>