DisposGDevice
DisposGDevice Dispose of the current gDevice
#include <Quickdraw.h> Graphics Devices
void DisposGDevice( gdh );
GDHandle gdh ; Handle to a gDevice record
returns: none
DisposGDevice can be used to release the space obtained for the gDevice.
Returns: none

Notes: This call also releases all the data structures allocated by NewGDevice .