]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Monitor: Fix statelist memory leaks
authorPawel Baldysiak <pawel.baldysiak@intel.com>
Thu, 1 Sep 2022 09:20:31 +0000 (11:20 +0200)
committerJes Sorensen <jsorensen@fb.com>
Thu, 8 Sep 2022 16:56:37 +0000 (12:56 -0400)
commit55c10e4de13abe3e6934895e1fff7d2d20d0b2c2
tree5f50e6eb51608caf15ad988bc5c1b85052c95ff7
parentfc6fd4063769f4194c3fb8f77b32b2819e140fb9
Monitor: Fix statelist memory leaks

Free statelist in error path in Monitor initialization.

Signed-off-by: Pawel Baldysiak <pawel.baldysiak@intel.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Monitor.c