free buffer in t_vertex_c.c on context delete
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user