diff options
author | NeilBrown <neilb@suse.de> | 2010-12-20 23:14:10 +0100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2010-12-20 23:14:10 +0100 |
commit | e53763098186f2a7708feb2b9b779c5b7cdb9a71 (patch) | |
tree | d850f6e544e783dcdf23f469ce1f4bf19a76c978 /msg.c | |
parent | fix: incremental for bare disks returns invalid value (diff) | |
download | mdadm-e53763098186f2a7708feb2b9b779c5b7cdb9a71.tar.xz mdadm-e53763098186f2a7708feb2b9b779c5b7cdb9a71.zip |
Remove stray 'free' in block_monitor.
This value is passed in by caller so we should not be
freeing it.
Reported-by: "Wojcik, Krzysztof" <krzysztof.wojcik@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'msg.c')
-rw-r--r-- | msg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -383,7 +383,6 @@ int block_monitor(char *container, const int freeze) sysfs_free(sra); free_mdstat(ent); - free(container); return rv; } |