Re: [Mesa-dev] [PATCH] mesa: Ensure gl_sync_object is fully initialized.

2013-09-10 Thread Brian Paul
On 09/09/2013 06:34 PM, Vinson Lee wrote: 278372b47e4db8a022d57f60302eec74819e9341 added the uninitialized pointer field gl_sync_object:Label. A free of this pointer, added in commit 6d8dd59cf53d2f47b817d79204a52bb3a46e8c77, resulted in a crash. This patch fixes piglit ARB_sync regressions with

[Mesa-dev] [PATCH] mesa: Ensure gl_sync_object is fully initialized.

2013-09-09 Thread Vinson Lee
278372b47e4db8a022d57f60302eec74819e9341 added the uninitialized pointer field gl_sync_object:Label. A free of this pointer, added in commit 6d8dd59cf53d2f47b817d79204a52bb3a46e8c77, resulted in a crash. This patch fixes piglit ARB_sync regressions with swrast introduced by 6d8dd59cf53d2f47b817d79