mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: test broken -autofree
This commit is contained in:
parent
be063d740b
commit
3c6e090ae3
@ -1069,7 +1069,7 @@ fn (g &Gen) autofree_variable(v ast.Var) string {
|
|||||||
else {
|
else {
|
||||||
// NOTE/TODO: assign_stmt multi returns variables have no expr
|
// NOTE/TODO: assign_stmt multi returns variables have no expr
|
||||||
// since the type comes from the called fns return type
|
// since the type comes from the called fns return type
|
||||||
return '// other ' + t + '\n'
|
// return '// other ' + t + '\n'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return g.autofree_var_call('string_free', v)
|
return g.autofree_var_call('string_free', v)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user