summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--volumes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/volumes.c b/volumes.c
index c8fbde3d..ca1b4025 100644
--- a/volumes.c
+++ b/volumes.c
@@ -1226,6 +1226,7 @@ again:
if (multi_ret && stripes_allocated < stripes_required) {
stripes_allocated = stripes_required;
kfree(multi);
+ multi = NULL;
goto again;
}
stripe_nr = offset;