mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
memory: clean up all arrays in the V compiler
This commit is contained in:
parent
2f9caf49d3
commit
00687de43b
4 changed files with 32 additions and 6 deletions
|
@ -66,6 +66,7 @@ mut:
|
|||
attr string // [json] etc
|
||||
is_mut bool
|
||||
is_alloc bool
|
||||
is_returned bool
|
||||
ptr bool
|
||||
ref bool
|
||||
parent_fn string // Variables can only be defined in functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue