release
Releases the OSObject instance
Declaration
virtual void release(void);Discussion
Decreases the retain count of the instance by one. If the count is then zero, frees the object.
Releases the OSObject instance
virtual void release(void);Decreases the retain count of the instance by one. If the count is then zero, frees the object.