Re: [Mesa-dev] [PATCH] mesa: free debug messages when destroying the debug state

2018-04-13 Thread Iago Toral
Reviewed-by: Iago Toral Quiroga On Fri, 2018-04-13 at 15:31 +1000, Timothy Arceri wrote: > Fixes: 04a8baad3721 "mesa: refactor _mesa_PopDebugGroup and > _mesa_free_errors_data" > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98281 > --- > src/mesa/main/debug_output.c | 45 +++

[Mesa-dev] [PATCH] mesa: free debug messages when destroying the debug state

2018-04-12 Thread Timothy Arceri
Fixes: 04a8baad3721 "mesa: refactor _mesa_PopDebugGroup and _mesa_free_errors_data" Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98281 --- src/mesa/main/debug_output.c | 45 ++-- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/src/mesa/ma