mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
call s_clean before pop context
This commit is contained in:
parent
c4d14847e8
commit
2c5f46f096
@ -101,6 +101,7 @@ Error* Compiler::pop_context() noexcept{
|
|||||||
|
|
||||||
assert(func->type != FuncType::UNSET);
|
assert(func->type != FuncType::UNSET);
|
||||||
}
|
}
|
||||||
|
contexts.back().s_clean();
|
||||||
contexts.pop_back();
|
contexts.pop_back();
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user