mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
dm stats: fix a leaked s->histogram_boundaries array
am: 6a284310d5
Change-Id: Iffdf38daa52f8e2386d20f50ae62dae523c41991
This commit is contained in:
@@ -175,6 +175,7 @@ static void dm_stat_free(struct rcu_head *head)
|
||||
int cpu;
|
||||
struct dm_stat *s = container_of(head, struct dm_stat, rcu_head);
|
||||
|
||||
kfree(s->histogram_boundaries);
|
||||
kfree(s->program_id);
|
||||
kfree(s->aux_data);
|
||||
for_each_possible_cpu(cpu) {
|
||||
|
||||
Reference in New Issue
Block a user