En/na Luca Olivetti ha escrit:
A simple test form, with a label and a timer with interval set to 5:

procedure TForm1.Timer1Timer(Sender: TObject);
begin
  Label1.Caption:=IntToStr(GetMsCount);
  counter:=counter+1;
end;

with gtk1 memory usage is constant, while under gtk2 it grows continuosly. Heaptrc report no leaks (probably the memory is freed when the program ends, but that's of no use to me since my program is supposed to run forever), valgrind chokes on it.

Any news on this (apart that it is still valid with today svn version)? (i.e.: is this a bug in my version of gtk2 or is it a problem in the lcl?)

Bug report: http://bugs.freepascal.org/view.php?id=9259

Bye
--
Luca Olivetti
Wetron Automatización S.A. http://www.wetron.es/
Tel. +34 93 5883004      Fax +34 93 5883007

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to