This commit is contained in:
Felipe Pena 2025-08-30 12:34:37 -03:00
parent 89fa63437e
commit eccc13f462

View file

@ -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() }
}