free buffer in t_vertex_c.c on context delete

This commit is contained in:
Keith Whitwell
2005-01-12 19:38:41 +00:00
parent 8e46534b3b
commit 0aca086f7a
3 changed files with 11 additions and 0 deletions

View File

@@ -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 );
}