Its only a leak if it goes up by 100K every time you run it - does it?

The Delphi MM has a habit of not releasing blocks of memory when you say
"free", 'cos it might use it again straight away, so there is no point
in the built in MM releasing back to windows, then asking for it again.

something like that :) try it twice and see what happens.

> then freeing them at the end with
> 
> tbl1.Free;
> 
> but still the memory is leaking.

Aren't you supposed to use .Release? Or is that just visual stuff?

N
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to