summaryrefslogtreecommitdiff
path: root/volumes.c
diff options
context:
space:
mode:
Diffstat (limited to 'volumes.c')
-rw-r--r--volumes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/volumes.c b/volumes.c
index a61928c1..36f60501 100644
--- a/volumes.c
+++ b/volumes.c
@@ -188,6 +188,7 @@ again:
goto again;
}
+ list_del(&fs_devices->list);
free(fs_devices);
return 0;
}