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:
parent
d34595d857
commit
b9ea02c04b
@ -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
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user