mirror of
https://github.com/janet-lang/janet
synced 2025-11-08 03:23:01 +00:00
Fix read after free bug with GC sweep.
This commit is contained in:
@@ -167,7 +167,6 @@ struct Compiler {
|
||||
VM * vm;
|
||||
const char * error;
|
||||
jmp_buf onError;
|
||||
Scope * root;
|
||||
Scope * tail;
|
||||
Array * env;
|
||||
Buffer * buffer;
|
||||
|
||||
Reference in New Issue
Block a user