[Gambas-devel] How to know if an object is allocated or freed ?

Daniel Campos danielcampos at ...45...
Tue Dec 14 23:35:15 CET 2004


Mmmh... Once an object is freed its pointer becomes NULL, as GB.Unref()
does it when reference count is zero... However if you have more than a
pointer pointing to that "bad" object, may be you can try GB.Is()

Regards,

D. Campos







More information about the Devel mailing list