mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
Kernel: Initialize PhysicalRegion::m_large_zones, remove m_small_zones
Found by PVS Studio Static Analysis.
This commit is contained in:
parent
39e5b42f36
commit
b8e210deea
2 changed files with 2 additions and 3 deletions
|
@ -46,8 +46,7 @@ private:
|
|||
|
||||
NonnullOwnPtrVector<PhysicalZone> m_zones;
|
||||
|
||||
size_t m_large_zones;
|
||||
size_t m_small_zones;
|
||||
size_t m_large_zones { 0 };
|
||||
|
||||
PhysicalZone::List m_usable_zones;
|
||||
PhysicalZone::List m_full_zones;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue