We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8216aa4 commit 659adb7Copy full SHA for 659adb7
1 file changed
main.c
@@ -379,7 +379,9 @@ STATIC void cleanup_after_vm(stacks combo, mp_obj_t exception) {
379
filesystem_flush();
380
stop_mp();
381
free_memory(combo.heap);
382
+ #if MICROPY_ENABLE_PYSTACK
383
free_memory(combo.pystack);
384
+ #endif
385
supervisor_move_memory();
386
387
// Let the workflows know we've reset in case they want to restart.
0 commit comments