--- src/mesa/main/dlist.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 74800da..83c56a7 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -6845,6 +6845,10 @@ save_error(struct gl_context *ctx, GLenum error, const char *s) if (n) { n[1].e = error; n[2].data = (void *) s; + /* note: the data/string here doesn't have to be freed in + * _mesa_delete_list() since the string is never dynamically + * allocated. + */ } } -- 1.7.10.4
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev