X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=blobdiff_plain;f=csrc%2Foceani.mdc;h=c3ec2a035d2c127863e0b2081f7b60ed2fc2ad4b;hp=e399a2a88374389ada32a9315ea51f84b822e877;hb=892c803c5bdee976d367da244276255e1034aeac;hpb=66f3d29e6a32a78cc54af282491683b7d2746ca4 diff --git a/csrc/oceani.mdc b/csrc/oceani.mdc index e399a2a..c3ec2a0 100644 --- a/csrc/oceani.mdc +++ b/csrc/oceani.mdc @@ -264,6 +264,7 @@ structures can be used. } ## free context vars ## free context types + ## free context storage exit(context.parse_error ? 1 : 0); } @@ -1318,7 +1319,7 @@ For this we have `scope_finalize()`. c->local = calloc(1, c->local_size); } -###### free context vars +###### free context storage free(context.global); free(context.local);