Memory Leak SQLite

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ecgnetwork
Posts: 1
Joined: Wed 08 Oct 2014 10:57

Memory Leak SQLite

Post by ecgnetwork » Wed 08 Oct 2014 11:23

Hi,
I've UNIDAC 5.5 with Delphi 2007

My application use SQLite data access, the memory usage keeps increasing
until it hangs. The function is called thousand times in a cycle, i can't find the leak. Can anyone point out what I'm doing wrong?

Example,

select * from table, the table have a BLOB field type.

Thank's

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Memory Leak SQLite

Post by AlexP » Thu 09 Oct 2014 06:02

Hello,

We cannot reproduce the problem. Please send your sample and DB file to alexp*devart*com , in order for us to repeat the problem.

Post Reply