Re: [PATCH] test_objagg: Fix potential memory leak in error handling

2020-06-15 Thread David Miller
From: Aditya Pakki Date: Fri, 12 Jun 2020 15:01:54 -0500 > In case of failure of check_expect_hints_stats(), the resources > allocated by objagg_hints_get should be freed. The patch fixes > this issue. > > Signed-off-by: Aditya Pakki Applied.

[PATCH] test_objagg: Fix potential memory leak in error handling

2020-06-12 Thread Aditya Pakki
In case of failure of check_expect_hints_stats(), the resources allocated by objagg_hints_get should be freed. The patch fixes this issue. Signed-off-by: Aditya Pakki --- lib/test_objagg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/test_objagg.c