diff --git a/.pick_status.json b/.pick_status.json index fb2287d5a10..ba540c59be3 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -112,7 +112,7 @@ "description": "gallium/hud: initialize query", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "c91cf7d7d2c8cc377945c79be87799c31ce9ae59" }, diff --git a/src/gallium/auxiliary/hud/hud_driver_query.c b/src/gallium/auxiliary/hud/hud_driver_query.c index 382de1af028..f15c7104460 100644 --- a/src/gallium/auxiliary/hud/hud_driver_query.c +++ b/src/gallium/auxiliary/hud/hud_driver_query.c @@ -424,7 +424,7 @@ hud_driver_query_install(struct hud_batch_query_context **pbq, struct hud_pane *pane, struct pipe_screen *screen, const char *name) { - struct pipe_driver_query_info query; + struct pipe_driver_query_info query = { 0 }; unsigned num_queries, i; boolean found = FALSE;