Re: [PATCH libdrm] tests/exynos: fix memory issues of error path in g2d test

2017-03-19 Thread Seung-Woo Kim
Hello Emil, Thanks for comment. On 2017년 03월 20일 09:08, Emil Velikov wrote: > Hi Seung-Woo Kim, > > On 16 March 2017 at 02:00, Seung-Woo Kim wrote: >> This patch fixes memory issues including NULL deference and leak >> in g2d test in error path. >> >> Signed-off-by: Seung-Woo Kim >> --- >> te

Re: [PATCH libdrm] tests/exynos: fix memory issues of error path in g2d test

2017-03-19 Thread Emil Velikov
Hi Seung-Woo Kim, On 16 March 2017 at 02:00, Seung-Woo Kim wrote: > This patch fixes memory issues including NULL deference and leak > in g2d test in error path. > > Signed-off-by: Seung-Woo Kim > --- > tests/exynos/exynos_fimg2d_test.c | 13 +++-- > 1 files changed, 7 insertions(+),