Name
FreeIcon -- free icon handle (V9.0)
Synopsis
void FreeIcon(APTR handle);
Function
This function must free the specified icon handle that has been allocated by your plugin's LoadIcon() function. Hollywood will call FreeIcon() when it is done with your icon.

Inputs
handle
icon handle returned by LoadIcon()

Show TOC