From bcf749e83a4844972b8fbb84e9762a9b1ec77c5f Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 9 May 2001 13:53:36 +0000 Subject: fix possible segfault on destroy context --- src/mesa/tnl/t_context.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mesa/tnl/t_context.c') diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index bea2e376508..f52820840bf 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -1,4 +1,4 @@ -/* $Id: t_context.c,v 1.16 2001/03/19 02:25:36 keithw Exp $ */ +/* $Id: t_context.c,v 1.17 2001/05/09 13:53:36 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -132,10 +132,8 @@ _tnl_DestroyContext( GLcontext *ctx ) { TNLcontext *tnl = TNL_CONTEXT(ctx); -/* _tnl_dlist_destroy( ctx ); */ _tnl_array_destroy( ctx ); _tnl_imm_destroy( ctx ); -/* _tnl_eval_destroy( ctx ); */ _tnl_destroy_pipeline( ctx ); FREE(tnl); -- cgit v1.2.3