]> ocean-lang.org Git - ocean/commit
oceani: var storage needs to be free last
authorNeilBrown <neil@brown.name>
Wed, 3 Nov 2021 01:52:08 +0000 (12:52 +1100)
committerNeilBrown <neil@brown.name>
Mon, 8 Nov 2021 09:56:36 +0000 (20:56 +1100)
commit892c803c5bdee976d367da244276255e1034aeac
treef8c8efcbd3a143fa1f18a6699a8845384e6ecf19
parent66f3d29e6a32a78cc54af282491683b7d2746ca4
oceani: var storage needs to be free last

As type may store initializers in storage, but these might not get into
the var list in an error, we need to free that storage last.

Signed-off-by: NeilBrown <neil@brown.name>
csrc/oceani.mdc