--- Assemble.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assemble.c b/Assemble.c index e83d550..123d44a 100644 --- a/Assemble.c +++ b/Assemble.c @@ -281,6 +281,8 @@ static int select_devices(struct mddev_dev *devlist, st->ss->free_super(st); dev_policy_free(pol); domain_free(domains); + if (tst) + tst->ss->free_super(tst); return -1; } -- 2.13.7 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html