mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
fix double dereference
This commit is contained in:
@@ -634,7 +634,6 @@ pub const Page = struct {
|
||||
return arr.items;
|
||||
}
|
||||
|
||||
|
||||
fn fetchScript(self: *const Page, s: *const Script) !void {
|
||||
const arena = self.arena;
|
||||
const body = try self.fetchData(arena, s.src, null);
|
||||
|
||||
Reference in New Issue
Block a user