summaryrefslogtreecommitdiffstats
path: root/mapfile.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-01-08 09:31:28 +1100
committerNeilBrown <neilb@suse.de>2009-01-08 09:31:28 +1100
commit78fbcc10312649f2f4f88283e3f19dce9b205733 (patch)
treedb2596ad62db5b86e1e08a693eb4b5dad2b57d30 /mapfile.c
parent45b662b611a6fbbdd018a65b6f205e91df884c37 (diff)
parent1a0ee0baf049809f9e67d60bb8158801eada3bd5 (diff)
downloadmdadm-78fbcc10312649f2f4f88283e3f19dce9b205733.tar.gz
mdadm-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 75095ec..ca7072e 100644
--- a/mapfile.c
+++ b/mapfile.c
@@ -337,4 +337,5 @@ void RebuildMap(void)
sysfs_uevent(sra, "change");
sysfs_free(sra);
}
+ free_mdstat(mdstat);
}