main: free suid_config list after use
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 16 May 2011 10:21:31 +0000 (12:21 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 16 May 2011 10:21:31 +0000 (12:21 +0200)
commit9be4702a304863095d20181b5632ee7e0a4acdc4
treea762d7482c1207417d0dee719ef4887b8f100b06
parent9a296fbeab604c9b64189b02a79654ec0aa68130
main: free suid_config list after use

function                                             old     new   delta
run_applet_no_and_exit                               438     450     +12
ifupdown_main                                       2147    2149      +2
writeFileToTarball                                  1325    1326      +1
pidof_main                                           244     245      +1
last_main                                            896     897      +1
grep_main                                            779     780      +1
find_list_entry2                                     121     122      +1
tar_main                                             835     833      -2
llist_unlink                                          28      26      -2
llist_rev                                             23      21      -2
main                                                 791     782      -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 7/4 up/down: 19/-15)              Total: 4 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
libbb/appletlib.c
libbb/llist.c