The gluDeleteQuadric function destroys a quadric object.
void gluDeleteQuadric(
GLUquadricObj * state
);
The gluDeleteQuadric function destroys the quadric object and frees any memory that it used. After you have called gluDeleteQuadric, you cannot use state again.
Windows NT: Use version 3.5 and later.
Windows: Use Windows 95 and later.
Windows CE: Unsupported.
Header: Declared in glu.h.
Import Library: Link with glu32.lib.