Compiled simple project with -gh , and it seem that TForm doesn't call Free() 
for it's children (created at design time) eg.

MainForm -> Form1 -> 
                      -> TRadioGroup with 4 radio buttons
                      -> TButton -> calls Close() of Form1.

Tested under linux with:
gtk, gtk2, qt - fpc- 2.0.4

If I explicitely call Free() for each of children in Form1.OnClose() then
it calls children's destructors, but still remains unfreed blocks for form 
itself ?!?

compiler ? lcl ?  any ?

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

Reply via email to