mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
Fix Robots deinit
This commit is contained in:
@@ -104,6 +104,8 @@ pub fn deinit(self: *Runtime) void {
|
|||||||
self.allocator.free(data[0..ca_blob.len]);
|
self.allocator.free(data[0..ca_blob.len]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.robot_store.deinit();
|
||||||
|
|
||||||
globalDeinit();
|
globalDeinit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user