diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/pending/bootchartd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/pending/bootchartd.c b/toys/pending/bootchartd.c index 72ade69c..b29d4f05 100644 --- a/toys/pending/bootchartd.c +++ b/toys/pending/bootchartd.c @@ -294,7 +294,6 @@ void bootchartd_main() putenv("PATH=/sbin:/usr/sbin:/bin:/usr/bin"); start_logging(); stop_logging(tmp_dir, bchartd_opt == 1 ? toys.optargs[1] : NULL); - free(tmp_dir); return; } waitpid(lgr_pid, NULL, WUNTRACED); |