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

2013-09-06 Thread Vinson Lee
278372b47e4db8a022d57f60302eec74819e9341 added the uninitialized pointer field gl_query_object:Label. A free of this pointer resulted in a crash. This patch fixes piglit regressions with swrast introduced by 6d8dd59cf53d2f47b817d79204a52bb3a46e8c77. Bugzilla: https://bugs.freedesktop.org/show_bug

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

2013-09-06 Thread Brian Paul
On 09/06/2013 01:39 PM, Vinson Lee wrote: 278372b47e4db8a022d57f60302eec74819e9341 added the uninitialized pointer field gl_query_object:Label. A free of this pointer resulted in a crash. This patch fixes piglit regressions with swrast introduced by 6d8dd59cf53d2f47b817d79204a52bb3a46e8c77. Bug