hush: add commented-out debug printouts in "memleak" built-in
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 3 Oct 2016 15:42:53 +0000 (17:42 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 3 Oct 2016 15:42:53 +0000 (17:42 +0200)
commit7f0ebbc69ed14b2f35e8bc62b03612b94e270955
tree42711057a9eb9ea6222eb4107dfc7626df826e58
parenta769390da604b4815535e296d8a46fdf9094c2c7
hush: add commented-out debug printouts in "memleak" built-in

Allocation addresses of malloc() are jittery,
thought I had a mem leak in hush, but it was malloc variability.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/appletlib.c
shell/hush.c