commit | a6379f0ad6375a707e915518ecd5c2270afcd395 | [log] [tgz] |
---|---|---|
author | Aditya Pakki <pakki001@umn.edu> | Fri Jun 12 15:01:54 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 15 13:32:11 2020 -0700 |
tree | 42e1b1dc6f58b7899b744b4892e62cd2d921da82 | |
parent | adaff6d906d74dfe34d44fd18d5a7596d293df44 [diff] |
test_objagg: Fix potential memory leak in error handling 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 <pakki001@umn.edu> Signed-off-by: David S. Miller <davem@davemloft.net>