mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
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:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user