mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
1
This commit is contained in:
parent
5ba354fa2c
commit
96c3f10a0e
2 changed files with 4 additions and 4 deletions
|
@ -1185,7 +1185,7 @@ fn (p mut Parser) close_scope() {
|
|||
//if p.fileis('str.v') {
|
||||
//println('freeing str $v.name')
|
||||
//}
|
||||
//continue
|
||||
continue
|
||||
} else if v.ptr || v.typ.ends_with('*') {
|
||||
free_fn = 'v_ptr_free'
|
||||
//continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue