memory: clean up all arrays in the V compiler

This commit is contained in:
Alexander Medvednikov 2019-09-09 03:29:24 +03:00
parent 2f9caf49d3
commit 00687de43b
4 changed files with 32 additions and 6 deletions

View file

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