aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.zig b/src/main.zig
index 3ee90671b2..a1a7260552 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -3411,6 +3411,7 @@ fn buildOutputType(
const root_prog_node = std.Progress.start(.{
.disable_printing = (color == .off),
});
+ defer root_prog_node.end();
updateModule(comp, color, root_prog_node) catch |err| switch (err) {
error.SemanticAnalyzeFail => {