From 9bcc9e91745a6125f31d127410ac38e99660da67 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 22 Nov 2005 23:29:27 +0000 Subject: [PATCH] reference bug 5131 in comment in _tnl_free_vertices() --- src/mesa/tnl/t_vertex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c index ab606de..cf67dfc 100644 --- a/src/mesa/tnl/t_vertex.c +++ b/src/mesa/tnl/t_vertex.c @@ -497,7 +497,7 @@ void _tnl_free_vertices( GLcontext *ctx ) /* XXX Can we be sure that fp->func points to memory that was * allocated with _mesa_exec_malloc()? I think it's possible that * the pointer can point to an ordinary C function. - * Just disable this for the time being. + * Just disable this for the time being. See bug 5131. */ #if 0 _mesa_exec_free((void *) fp->func); -- 2.7.4