Re: [Mesa-dev] [PATCH mesa] vc4: fix memory leak

2016-07-13 Thread Eric Anholt
Eric Engestrom writes: > The allocation has succeeded by that point, so it needs to be freed. Reviewed and pushed. Thanks! signature.asc Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.or

[Mesa-dev] [PATCH mesa] vc4: fix memory leak

2016-07-12 Thread Eric Engestrom
The allocation has succeeded by that point, so it needs to be freed. CovID: 1358929 Signed-off-by: Eric Engestrom --- src/gallium/drivers/vc4/vc4_resource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/vc4/vc4_resource.c b/src/gallium/drivers/vc4/vc4_r