mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
autofree: fix _
This commit is contained in:
parent
aadeb62bbf
commit
0114333d34
@ -1565,6 +1565,8 @@ fn (mut g Gen) gen_assign_stmt(assign_stmt ast.AssignStmt) {
|
||||
g.writeln('${type_to_free}_free(&$sref_name);')
|
||||
}
|
||||
}
|
||||
} else {
|
||||
af = false
|
||||
}
|
||||
} else {
|
||||
af = false
|
||||
|
Loading…
Reference in New Issue
Block a user