Re: [Mesa-dev] [PATCH] vc4: Fix resource leak

2016-11-21 Thread Mun, Gwan-gyeong
Thanks for reviewing and pushing! 2016-11-18 11:55 GMT+09:00 Eric Anholt : > Mun Gwan-gyeong writes: > >> Add missed free() >> >> CID 1394322 >> >> Signed-off-by: Mun Gwan-gyeong > > Pushed this yesterday. Thanks! > > (I made a little change to the commit message summary, as as time goes > on a

Re: [Mesa-dev] [PATCH] vc4: Fix resource leak

2016-11-17 Thread Eric Anholt
Mun Gwan-gyeong writes: > Add missed free() > > CID 1394322 > > Signed-off-by: Mun Gwan-gyeong Pushed this yesterday. Thanks! (I made a little change to the commit message summary, as as time goes on a project will end up with a lot of commits titled "vc4: Fix resource leak") signature.asc

[Mesa-dev] [PATCH] vc4: Fix resource leak

2016-11-16 Thread Mun Gwan-gyeong
Add missed free() CID 1394322 Signed-off-by: Mun Gwan-gyeong --- src/gallium/drivers/vc4/vc4_register_allocate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/vc4/vc4_register_allocate.c b/src/gallium/drivers/vc4/vc4_register_allocate.c index 72e453a..247467b 100644