mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
reference bug 5131 in comment in _tnl_free_vertices()
This commit is contained in:
parent
286f3fbb3a
commit
9bcc9e9174
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue