release
Releases the OSObject instance
Declaration
virtual void release() const;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() const;Decreases the retain count of the instance by one. If the count is then zero, frees the object.