mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
fix
This commit is contained in:
parent
89fa63437e
commit
eccc13f462
1 changed files with 1 additions and 0 deletions
|
@ -398,6 +398,7 @@ fn advanced_options() {
|
|||
s2 := parse_header1('foo:bar') or { return }
|
||||
_ := s.len + s2.len // avoid warning for unused variables
|
||||
// TODO: fix -autofree, so that it adds this free automatically:
|
||||
unsafe { s.free() }
|
||||
unsafe { s2.free() }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue