summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vertex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/tnl/t_vertex.c')
-rw-r--r--src/mesa/tnl/t_vertex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c
index 2ed4c41759..bc60665bbd 100644
--- a/src/mesa/tnl/t_vertex.c
+++ b/src/mesa/tnl/t_vertex.c
@@ -1442,4 +1442,6 @@ void _tnl_free_vertices( GLcontext *ctx )
ALIGN_FREE(vtx->vertex_buf);
vtx->vertex_buf = 0;
}
+
+ _tnl_free_c_codegen( &vtx->codegen );
}