Next: , Previous: , Up: CObject   [Index]


1.36.9 CObject: finalization

finalize

To make the VM call this, use #addToBeFinalized. It frees automatically any memory pointed to by the CObject. It is not automatically enabled because big trouble hits you if you use #free and the receiver doesn’t point to the base of a malloc-ed area.