Denis Vlasenko
|
08daf564ae
|
hush: add a leak test which currently fails
|
2009-04-08 12:11:23 +00:00 |
|
Denis Vlasenko
|
c73b70c701
|
hush: add leak detector helper; fix/add tests for it
function old new delta
builtin_memleak - 92 +92
bltins 288 300 +12
|
2009-04-08 11:48:57 +00:00 |
|
Denis Vlasenko
|
afd7a8d744
|
hush: fix environment and memory leaks, add tests for them
function old new delta
add_malloced_string_to_strings - 110 +110
run_list 1999 2086 +87
free_strings_and_unsetenv - 87 +87
hush_version_str - 18 +18
pseudo_exec_argv 139 146 +7
static.version_str 17 - -17
free_pipe 237 210 -27
done_word 790 642 -148
------------------------------------------------------------------------------
(add/remove: 3/1 grow/shrink: 2/2 up/down: 309/-192) Total: 117 bytes
|
2008-10-09 16:29:44 +00:00 |
|
Denis Vlasenko
|
f962a0354e
|
hush: plug memory leak
|
2007-11-23 12:50:54 +00:00 |
|
Denis Vlasenko
|
d76c049cc4
|
hush: rework variable storage and environment handling.
More that -100 bytes of code + memory leak plugged.
Added a testcase for it.
|
2007-05-25 02:16:25 +00:00 |
|