This commit is contained in:
Alexander Medvednikov 2019-10-02 15:31:03 +03:00
parent 5ba354fa2c
commit 96c3f10a0e
2 changed files with 4 additions and 4 deletions

View file

@ -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