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

Inputs
handle
image handle returned by LoadImage()

Show TOC