We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5e738 commit b1996c2Copy full SHA for b1996c2
main.c
@@ -266,6 +266,7 @@ bool cleanup_after_vm(supervisor_allocation* heap) {
266
if (next_code) {
267
if (next_code_allocation) {
268
free_memory(next_code_allocation);
269
+ next_code_allocation = NULL;
270
}
271
// empty filename and options 0 is equivalent to the default, no need to waste memory on that
272
if (next_code_len > 1 || next_code->options != 0) {
0 commit comments