X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cpmrm.c;h=d6639532b7af888a8890f9e0adcc057cb6ed9f9d;hb=a2d7d89e8d4dbd8860a2f1fd624fcdb46eda35fc;hp=0749235263731cb2b1db2ca8c7aaf9ea7ffd745a;hpb=d54e661a771b394610329fb0cd5e7b5002ae1708;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); } /*}}}*/