Re: [Mesa-dev] [PATCH 4/4] vc4: Fix leak

2019-01-29 Thread Eric Anholt
Ernestas Kulik writes: > Reported by Coverity: in the case where there exist hardware and > non-hardware queries, the code does not jump to err_free_query and leaks > the query. > > CID: 1430194 > Signed-off-by: Ernestas Kulik I just found these deep in my inbox, and pushed them.

[Mesa-dev] [PATCH 4/4] vc4: Fix leak

2018-08-30 Thread Ernestas Kulik
Reported by Coverity: in the case where there exist hardware and non-hardware queries, the code does not jump to err_free_query and leaks the query. CID: 1430194 Signed-off-by: Ernestas Kulik --- src/gallium/drivers/vc4/vc4_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff