| author | |
| committer | |
| log | e219f0c786e8982c81d089b2945891632028b6ef |
| tree | 00d101371d205f4272190e015c4b1c6e7a9c0779 |
| parent | 952aa7a9c1033382880d5478c5f96506882ba4b5 |
| signature | Commit is signed but in an unrecognized format. |
changes in 1dcf540426103e762925f3365898d65b1724fdf1 added a "double
free" of the progress node, causing a segfault for `zig run` when there
is a terminal attached. fixed.1 files changed, 0 insertions(+), 1 deletions(-)
src/main.cpp-1| ... | ... | @@ -1294,7 +1294,6 @@ int main(int argc, char **argv) { |
| 1294 | 1294 | zig_print_stack_report(g, stdout); |
| 1295 | 1295 | |
| 1296 | 1296 | if (cmd == CmdRun) { |
| 1297 | stage2_progress_end(root_progress_node); | |
| 1298 | 1297 | #ifdef ZIG_ENABLE_MEM_PROFILE |
| 1299 | 1298 | memprof_dump_stats(stderr); |
| 1300 | 1299 | #endif |