Use BB_FEATURE_CLEAN_UP where appropriate

-Erik
This commit is contained in:
Eric Andersen
2000-07-25 18:01:20 +00:00
parent b9ea02c04b
commit b040d4f3da
12 changed files with 48 additions and 14 deletions

2
dd.c
View File

@@ -173,7 +173,7 @@ extern int dd_main(int argc, char **argv)
cleanup:
/* Note that we are not freeing memory or closing
* files here, to save a few bytes. */
#if 0
#ifdef BB_FEATURE_CLEAN_UP
close(inFd);
close(outFd);
free(buf);