From: Bernhard Reutner-Fischer Date: Thu, 5 Mar 2009 17:27:39 +0000 (-0000) Subject: - test commit X-Git-Tag: 1_14_0~282 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8517d6fc1fbb2181954cfa22997e20dd9ae9cc18;p=platform%2Fupstream%2Fbusybox.git - test commit --- diff --git a/TODO b/TODO index 0435dff..d6a60d1 100644 --- a/TODO +++ b/TODO @@ -222,7 +222,7 @@ Switch CONFIG_SYMBOLS to ENABLE_SYMBOLS FEATURE_CLEAN_UP This is more an unresolved issue than a to-do item. More thought is needed. - Normally we rely on exit() to free memory, close files, and unmap segments + Normally we rely on exit() to free memory, close files and unmap segments for us. This makes most calls to free(), close(), and unmap() optional in busybox applets that don't intend to run for very long, and optional stuff can be omitted to save size.