mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 01:25:53 -04:00
Merge pull request #2558 from lightpanda-io/session_deinit_memory_notification
This commit is contained in:
@@ -131,6 +131,8 @@ pub fn deinit(self: *Session) void {
|
||||
|
||||
self.cookie_jar.deinit();
|
||||
|
||||
self.browser.env.memoryPressureNotification(.critical);
|
||||
|
||||
self.storage_shed.deinit(self.browser.app.allocator);
|
||||
self.arena_pool.release(self.arena);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user