autofree: fix _

pull/7005/head
Alexander Medvednikov 2020-11-28 16:45:03 +01:00
parent aadeb62bbf
commit 0114333d34
1 changed files with 2 additions and 0 deletions

View File

@ -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