mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 06:12:08 +00:00
leak
This commit is contained in:
@@ -220,6 +220,7 @@ fn dumpSourceStringFailiable(vm: *VirtualMachine, specifier: string, written: []
|
||||
specifier,
|
||||
std.math.maxInt(u64),
|
||||
) catch "";
|
||||
defer bun.default_allocator.free(source_file);
|
||||
|
||||
var bufw = std.io.bufferedWriter(file.writer());
|
||||
const w = bufw.writer();
|
||||
|
||||
Reference in New Issue
Block a user