diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-25 17:59:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-25 17:59:37 +0000 |
commit | b9ea02c04b91773e6e5a116313b360f3499a2d4e (patch) | |
tree | 4eb8d590befc51850f5476e656df940aff5a5b9f | |
parent | d34595d8577ad65cf5bd13b81f304b3df0cff297 (diff) | |
download | busybox-w32-b9ea02c04b91773e6e5a116313b360f3499a2d4e.tar.gz busybox-w32-b9ea02c04b91773e6e5a116313b360f3499a2d4e.tar.bz2 busybox-w32-b9ea02c04b91773e6e5a116313b360f3499a2d4e.zip |
Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close
files, or not. Usually safe to leave it off and let the OS clean up...
-Erik
-rw-r--r-- | busybox.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index a9f54eaef..6ed93394e 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -252,6 +252,10 @@ | |||
252 | // compiled into the binary. (needs /proc filesystem) | 252 | // compiled into the binary. (needs /proc filesystem) |
253 | // #define BB_FEATURE_INSTALLER | 253 | // #define BB_FEATURE_INSTALLER |
254 | // | 254 | // |
255 | // Clean up all memory before exiting -- usually not needed | ||
256 | // as the OS can clean up... | ||
257 | //#define BB_FEATURE_CLEAN_UP | ||
258 | // | ||
255 | // End of Features List | 259 | // End of Features List |
256 | // | 260 | // |
257 | // | 261 | // |