mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
revert preloads free
This commit is contained in:
@@ -371,6 +371,7 @@ fn freeWithoutDeinit(this: *WebWorker) void {
|
||||
for (this.preloads) |preload| {
|
||||
bun.default_allocator.free(preload);
|
||||
}
|
||||
bun.default_allocator.free(this.preloads);
|
||||
}
|
||||
|
||||
fn deinit(this: *WebWorker) void {
|
||||
|
||||
Reference in New Issue
Block a user