mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
Remove unnecessary cleanup when we know we have an arena
Change a few old alloc+memcpy to dupe Some other smaller cleanups.
This commit is contained in:
@@ -158,7 +158,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