mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
autofree: free strings
This commit is contained in:
@ -193,6 +193,9 @@ fn main() {
|
||||
v.cgen.lines.free()
|
||||
free(v.cgen)
|
||||
free(v.table)
|
||||
//for p in parsers {
|
||||
|
||||
//}
|
||||
println('done!')
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user