mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
Close files before exit
This commit is contained in:
parent
6f65a3a7e8
commit
f914a8af2b
@ -155,5 +155,6 @@ extern int dpkg_deb_main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
status = readTarFile(srcFd, extract_flag, list_flag, extract_to_stdout, verbose_flag, NULL, extract_list);
|
||||
close (srcFd);
|
||||
return(EXIT_SUCCESS);
|
||||
}
|
||||
|
@ -155,5 +155,6 @@ extern int dpkg_deb_main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
status = readTarFile(srcFd, extract_flag, list_flag, extract_to_stdout, verbose_flag, NULL, extract_list);
|
||||
close (srcFd);
|
||||
return(EXIT_SUCCESS);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user