projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d34595d
)
Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close
author
Eric Andersen
<andersen@codepoet.org>
Tue, 25 Jul 2000 17:59:37 +0000
(17:59 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 25 Jul 2000 17:59:37 +0000
(17:59 -0000)
files, or not. Usually safe to leave it off and let the OS clean up...
-Erik
busybox.def.h
patch
|
blob
|
history
diff --git
a/busybox.def.h
b/busybox.def.h
index a9f54eaef32c43c8ef4950fd5034ab5597dcc9f9..6ed93394e05b5b94affc1a4f76e7275b263344a0 100644
(file)
--- 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
//
//