diff options
Diffstat (limited to 'ext/ffi/00_ffi.js')
-rw-r--r-- | ext/ffi/00_ffi.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ffi/00_ffi.js b/ext/ffi/00_ffi.js index 2091a55b3..67cb13ab6 100644 --- a/ext/ffi/00_ffi.js +++ b/ext/ffi/00_ffi.js @@ -426,7 +426,7 @@ class UnsafeCallback { close() { this.#refcount = 0; - core.close(this.#rid); + ops.op_ffi_unsafe_callback_close(this.#rid); } } |