Contents

object_dispose

Frees the memory occupied by a given object.

Declaration

extern id object_dispose(id obj);

Parameters

  • obj:

    An Objective-C object.

Return Value

nil.

See Also

Working with Instances