cake
/
p7utils
Archived
1
0
Fork 0

That doesn't mean you shouldn't exit, heh.

This commit is contained in:
Thomas Touhey 2017-01-28 13:03:41 +01:00
parent e4b5f98f70
commit 74c70979b1
1 changed files with 4 additions and 1 deletions

View File

@ -107,7 +107,10 @@ fail:
default: log(error_unplanned, p7_strerror(err));
}
/* closing, removing if necessary */
/* closing the handle */
p7_exit(handle);
/* closing the file, removing if necessary */
if (args.localpath) {
fclose(args.local);
remove(args.localpath);