> Now what I would like in the compiler is a warning: potential memory
> leak at myclass := TMyUnitClass.Create;
> 
> ;)

Oops, prior message was cut...

Yep, before to get that sympathetic message, i changed the code, now all the 
class.create are done inside the unit used by the library and i will not get 
the message because i will not forget to free it before to close... ;-)

Thanks.

                                          

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal                 
                          
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to