mbox series

[0/4] Fix memory leak for Manage Assemble Kill mdadm

Message ID 20230323013053.3238005-1-miaoguanqin@huawei.com (mailing list archive)
Headers show
Series Fix memory leak for Manage Assemble Kill mdadm | expand

Message

Guanqin Miao March 23, 2023, 1:30 a.m. UTC
When we test mdadm with asan,we found some memory leaks.
We fix these memory leaks based on code logic. 

miaoguanqin (4):
  Fix memory leak in file Assemble
  Fix memory leak in file Kill
  Fix memory leak in file Manage
  Fix memory leak in file mdadm

 Assemble.c | 15 +++++++++++++--
 Kill.c     |  9 ++++++++-
 Manage.c   | 16 +++++++++++++++-
 mdadm.c    |  4 ++++
 4 files changed, 40 insertions(+), 4 deletions(-)