aboutsummaryrefslogtreecommitdiff
path: root/libstore/mvol.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/mvol.c')
-rw-r--r--libstore/mvol.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libstore/mvol.c b/libstore/mvol.c
index d243cc8a..ee1526be 100644
--- a/libstore/mvol.c
+++ b/libstore/mvol.c
@@ -148,8 +148,7 @@ store_mvol_create (struct store *phys,
if (err)
{
- if (mv)
- free (mv);
+ free (mv);
store_free (*store);
}
}