diff options
author | Jianglei Nie <[email protected]> | 2022-07-14 14:37:46 +0800 |
---|---|---|
committer | akpm <[email protected]> | 2022-07-29 18:07:15 -0700 |
commit | 188043c7f4f2bd662f2a55957d684fffa543e600 (patch) | |
tree | cd27d171e03445fcd7271cacbf8a6f4c41e5da38 /lib/mpi/mpi-sub-ui.c | |
parent | 73b73bac90d97400e29e585c678c4d0ebfd2680d (diff) |
mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()
damon_reclaim_init() allocates a memory chunk for ctx with
damon_new_ctx(). When damon_select_ops() fails, ctx is not released,
which will lead to a memory leak.
We should release the ctx with damon_destroy_ctx() when damon_select_ops()
fails to fix the memory leak.
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 4d69c3457821 ("mm/damon/reclaim: use damon_select_ops() instead of damon_{v,p}a_set_operations()")
Signed-off-by: Jianglei Nie <[email protected]>
Reviewed-by: SeongJae Park <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions