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>
This commit is contained in:
NeilBrown 2010-12-21 09:14:10 +11:00
parent 8659d08998
commit e537630981
1 changed files with 0 additions and 1 deletions

1
msg.c
View File

@ -383,7 +383,6 @@ int block_monitor(char *container, const int freeze)
sysfs_free(sra);
free_mdstat(ent);
free(container);
return rv;
}