progs/demos: Fix memory leak in fslight.c.

This commit is contained in:
Vinson Lee 2009-11-16 14:56:07 -08:00
parent cb060f3b98
commit aef3218f0b
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ MakeSphere(void)
glNewList(SphereList, GL_COMPILE);
gluSphere(obj, 2.0f, 10, 5);
glEndList();
gluDeleteQuadric(obj);
}
static void