mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: free local_vars
This commit is contained in:
@ -193,7 +193,7 @@ fn main() {
|
||||
v.cgen.lines.free()
|
||||
free(v.cgen)
|
||||
for _, f in v.table.fns {
|
||||
f.local_vars.free()
|
||||
//f.local_vars.free()
|
||||
f.args.free()
|
||||
//f.defer_text.free()
|
||||
}
|
||||
|
Reference in New Issue
Block a user