mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 13:18:19 +00:00
UE: Default initialize regionmap
This commit is contained in:
parent
3a8844520a
commit
74de4795dc
Notes:
sideshowbarker
2024-07-18 20:38:43 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 74de4795dc
Pull-request: https://github.com/SerenityOS/serenity/pull/6179
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public:
|
|||
private:
|
||||
Emulator& m_emulator;
|
||||
|
||||
Region* m_page_to_region_map[786432];
|
||||
Region* m_page_to_region_map[786432] = { nullptr };
|
||||
|
||||
OwnPtr<Region> m_tls_region;
|
||||
NonnullOwnPtrVector<Region> m_regions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue