NAME
DisposeRegion -- Return all space for this region to free memory pool.
SYNOPSIS
DisposeRegion(region)
a0
void DisposeRegion( struct Region * );
Links: Region
FUNCTION
Free all RegionRectangles for this Region then free the Region itself.
INPUTS
region - pointer to Region structure
BUGS
SEE ALSO