Memory Leak in TMyTable.Append

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Topas
Posts: 1
Joined: Sun 14 Nov 2010 15:53

Memory Leak in TMyTable.Append

Post by Topas » Sun 14 Nov 2010 16:02

Hi,

I am using the TMyTable :
REPEAT
MyTable.Append;
MyTableFieldName.AsString:='different values';
...
MyTable.Post;
UNTIL I=50000;

After adding about 50000 records I have a noticeable leak of memory. If I use a TMyQuery there is no problem ....

Is this a known issue ?

AndreyZ

Post by AndreyZ » Wed 17 Nov 2010 08:40

Hello,

I could not reproduce the problem. Please specify the table structure you are using for testing.

Post Reply