X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cpmrm.c;fp=cpmrm.c;h=d6639532b7af888a8890f9e0adcc057cb6ed9f9d;hb=749b004e4bb5830a6246a30ebe0a158e448327c5;hp=0749235263731cb2b1db2ca8c7aaf9ea7ffd745a;hpb=669a947da532682fcdb01a4fcbb0d9418206bcd0;p=debian%2Fcpmtools diff --git a/cpmrm.c b/cpmrm.c index 0749235..d663953 100644 --- a/cpmrm.c +++ b/cpmrm.c @@ -66,6 +66,7 @@ int main(int argc, char *argv[]) /*{{{*/ exitcode=1; } } + cpmUmount(&drive); exit(exitcode); } /*}}}*/