mirror of https://github.com/mirror/busybox.git
Close files before exit
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