summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vertex.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-11-22 23:29:27 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-11-22 23:29:27 +0000
commit9bcc9e91745a6125f31d127410ac38e99660da67 (patch)
tree47c44904586f01b2f3c1074b77fede31004165ab /src/mesa/tnl/t_vertex.c
parent286f3fbb3a4707c93e511b374381aa31faa2d191 (diff)
reference bug 5131 in comment in _tnl_free_vertices()
Diffstat (limited to 'src/mesa/tnl/t_vertex.c')
-rw-r--r--src/mesa/tnl/t_vertex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c
index ab606de705..cf67dfc179 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);