This commit is contained in:
Ciro Spaciari
2025-09-10 21:29:22 -07:00
parent 019ccc338d
commit 324c72c537
5 changed files with 29 additions and 22 deletions

View File

@@ -269,7 +269,7 @@ pub fn finalize(this: *MySQLConnection) void {
this.stopTimers();
debug("MySQLConnection finalize", .{});
this.js_value.deinit();
this.js_value.finalize();
this.deref();
}