Contents

free

Standard free method for all IORegistryEntry subclasses.

Declaration

virtual void free(
 void );

Overview

This method will release any resources of the entry, in particular its property table. Note that the registry entry must always be detached from the registry before free may be called, and subclasses (namely IOService) will have additional protocols for removing registry entries. free should never need be called directly.

See Also

Miscellaneous