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>
}
## free context vars
## free context types
+ ## free context storage
exit(context.parse_error ? 1 : 0);
}
c->local = calloc(1, c->local_size);
}
-###### free context vars
+###### free context storage
free(context.global);
free(context.local);