mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Fix 72 byte memory leak in worker destruction
This commit is contained in:
@@ -1917,6 +1917,7 @@ pub fn processFetchLog(globalThis: *JSGlobalObject, specifier: bun.String, refer
|
||||
|
||||
pub fn deinit(this: *VirtualMachine) void {
|
||||
this.auto_killer.deinit();
|
||||
this.gc_controller.deinit();
|
||||
|
||||
if (source_code_printer) |print| {
|
||||
print.getMutableBuffer().deinit();
|
||||
|
||||
Reference in New Issue
Block a user