> Wrong again Andrew. Calling .Free is safe (even if the instance
> variable is nil) because internally it checks if the instance exists
> before continuing with calling .Destroy on that instance.  Delphi 101.
>  ;-)

It most certainly is not "safe".  LOL.  Free calls destroy.. Destroy
may contain other frees and routines... You cannot guarantee that free
will even return.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to