From: Eric Andersen Date: Tue, 25 Jul 2000 17:59:37 +0000 (-0000) Subject: Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close X-Git-Tag: 0_47~200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9ea02c04b91773e6e5a116313b360f3499a2d4e;p=platform%2Fupstream%2Fbusybox.git 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 --- diff --git a/busybox.def.h b/busybox.def.h index a9f54ea..6ed9339 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -252,6 +252,10 @@ // compiled into the binary. (needs /proc filesystem) // #define BB_FEATURE_INSTALLER // +// Clean up all memory before exiting -- usually not needed +// as the OS can clean up... +//#define BB_FEATURE_CLEAN_UP +// // End of Features List // //