mesa: Also initialize gl_performance_monitor::Active.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Nov 2013 01:08:32 +0000 (17:08 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 18 Nov 2013 02:51:06 +0000 (18:51 -0800)
commita6712f51093f24be08afe14f67e78518b3754266
treece259401943a9cd1e1c92cb8a9edb972ae5217cc
parent145138fb3c7d84e23382631a4c0e6039b61154b6
mesa: Also initialize gl_performance_monitor::Active.

The i965 implementation uses calloc, so I missed this.  It's best to
simply initialize it to avoid requiring a zeroing allocator, though.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/performance_monitor.c