summaryrefslogtreecommitdiffstats
path: root/hacks/glx/polyhedra.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/glx/polyhedra.c')
-rw-r--r--hacks/glx/polyhedra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hacks/glx/polyhedra.c b/hacks/glx/polyhedra.c
index a7699c9..98e6891 100644
--- a/hacks/glx/polyhedra.c
+++ b/hacks/glx/polyhedra.c
@@ -2406,6 +2406,7 @@ free_polyhedron (polyhedron *p)
Free (p->name);
Free (p->group);
Free (p->class);
+ Free (p->points);
if (p->faces)
{
int i;