bc: remove redundant strdup+free in zbc_parse_call()
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 19 Dec 2018 12:19:44 +0000 (13:19 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 19 Dec 2018 12:20:02 +0000 (13:20 +0100)
commite3d3d2067dd535224e7a6f713107a38c3c7e18cd
tree0b777504a387e68c2146d6417e2676bcf9a3aba7
parent4796a1d5375aac790564a38289d5b238a81e8efb
bc: remove redundant strdup+free in zbc_parse_call()

function                                             old     new   delta
zbc_parse_name                                       527     482     -45
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-45)             Total: -45 bytes
   text    data     bss     dec     hex filename
 981541     485    7296  989322   f188a busybox_old
 981486     485    7296  989267   f1853 busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/bc.c