mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-05 14:57:11 +00:00
free config on wpt test end
This commit is contained in:
@@ -64,6 +64,8 @@ pub fn main() !void {
|
|||||||
.user_agent_suffix = "internal-tester",
|
.user_agent_suffix = "internal-tester",
|
||||||
},
|
},
|
||||||
} });
|
} });
|
||||||
|
defer config.deinit(allocator);
|
||||||
|
|
||||||
var app = try lp.App.init(allocator, &config);
|
var app = try lp.App.init(allocator, &config);
|
||||||
defer app.deinit();
|
defer app.deinit();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user