mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
properly deinit web bot auth in app
This commit is contained in:
@@ -93,6 +93,9 @@ pub fn deinit(self: *App) void {
|
|||||||
}
|
}
|
||||||
self.telemetry.deinit();
|
self.telemetry.deinit();
|
||||||
self.robots.deinit();
|
self.robots.deinit();
|
||||||
|
if (self.web_bot_auth) |wba| {
|
||||||
|
wba.deinit(allocator);
|
||||||
|
}
|
||||||
self.http.deinit();
|
self.http.deinit();
|
||||||
self.snapshot.deinit();
|
self.snapshot.deinit();
|
||||||
self.platform.deinit();
|
self.platform.deinit();
|
||||||
|
|||||||
Reference in New Issue
Block a user