mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
progs/demos: Fix memory leak in ipers.c.
(cherry picked from commit a1afe303de)
This commit is contained in:
parent
d245a951f3
commit
fc5f07de1a
1 changed files with 2 additions and 0 deletions
|
|
@ -133,6 +133,8 @@ initdlists(void)
|
|||
|
||||
glEndList();
|
||||
}
|
||||
|
||||
gluDeleteQuadric(obj);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue