Merge pull request #560 from lightpanda-io/remove_arena_frees

Remove unnecessary cleanup when we know we have an arena
This commit is contained in:
Pierre Tachoire
2025-04-24 09:04:46 +02:00
committed by GitHub
5 changed files with 67 additions and 153 deletions

View File

@@ -151,7 +151,6 @@ fn navigate(cmd: anytype) !void {
.loaderId = bc.loader_id,
}, .{});
std.debug.print("page: {s}\n", .{target_id});
try page.navigate(url, .{
.reason = .address_bar,
});