mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
Free more data on worker destruction
This commit is contained in:
@@ -2433,6 +2433,7 @@ pub const VirtualMachine = struct {
|
||||
|
||||
// TODO:
|
||||
pub fn deinit(this: *VirtualMachine) void {
|
||||
this.timer.deinit();
|
||||
this.source_mappings.deinit();
|
||||
if (this.rare_data) |rare_data| {
|
||||
rare_data.deinit();
|
||||
|
||||
Reference in New Issue
Block a user