diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-03-02 00:06:19 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-03-02 00:06:19 +0100 |
commit | 6b6d01f017bcac70aa0050d12e8e8c83f63fc13b (patch) | |
tree | 85422cc1e86d95e9912b9766bba5367413a8c42b /lib | |
parent | 1af23a9db98575eecfc97e01e8f581221d1a224b (diff) |
vm: release this context on exception in managed method call
When attempting to invoke a non-function value as method or when the the
internal recursion limit was exceeded, `uc_vm_call_function()` emitted
and internal runtime exception and freed the function value but not the
`this` context associated with the method call.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions