From 9d374598c87e1dd46fd79af1a9dbb1d3dc10b47a Mon Sep 17 00:00:00 2001 From: Max Wash Date: Fri, 4 Jul 2025 15:29:52 +0100 Subject: [PATCH] shell: unmount volume before exiting --- src/shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell.c b/src/shell.c index 9705f7e..f9a4883 100644 --- a/src/shell.c +++ b/src/shell.c @@ -90,6 +90,7 @@ static int shell( b_i("mount OK"); + ec3_volume_close(volume); ec3_tag_ioctx_close(volu); ec3_tag_ioctx_close(ctab); ec3_tag_ioctx_close(cdat);