Skip to content

Commit

Permalink
wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Dec 26, 2024
1 parent 592fdc2 commit 1675f53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vlib/v/gen/c/autofree.v
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ fn (mut g Gen) autofree_scope_vars2(scope &ast.Scope, start_pos int, end_pos int
// Do not free vars that were declared after this scope
continue
}
if obj.expr is ast.IfGuardExpr {
continue
}
g.autofree_variable(obj)
}
else {}
Expand Down

0 comments on commit 1675f53

Please sign in to comment.