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
This commit is contained in:
@@ -252,6 +252,10 @@
|
|||||||
// compiled into the binary. (needs /proc filesystem)
|
// compiled into the binary. (needs /proc filesystem)
|
||||||
// #define BB_FEATURE_INSTALLER
|
// #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
|
// End of Features List
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user