summaryrefslogtreecommitdiffstats
path: root/mapfile.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-01-07 23:31:28 +0100
committerNeilBrown <neilb@suse.de>2009-01-07 23:31:28 +0100
commit78fbcc10312649f2f4f88283e3f19dce9b205733 (patch)
treedb2596ad62db5b86e1e08a693eb4b5dad2b57d30 /mapfile.c
parentMerge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/md... (diff)
parentFail overtly when asprintf fails to allocate memory (diff)
downloadmdadm-78fbcc10312649f2f4f88283e3f19dce9b205733.tar.xz
mdadm-78fbcc10312649f2f4f88283e3f19dce9b205733.zip
Merge branch 'master' into scratch-3.0
Conflicts: Assemble.c config.c
Diffstat (limited to 'mapfile.c')
-rw-r--r--mapfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mapfile.c b/mapfile.c
index 75095ec2..ca7072ec 100644
--- a/mapfile.c
+++ b/mapfile.c
@@ -337,4 +337,5 @@ void RebuildMap(void)
sysfs_uevent(sra, "change");
sysfs_free(sra);
}
+ free_mdstat(mdstat);
}