Memory Leak SQLite
Posted: 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
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