mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 23:15:07 +00:00
SystemMonitor: Fix assert when sorting by the "Page map" column
This commit is contained in:
parent
e596b1da88
commit
f910cdcdb7
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ ProcessMemoryMapWidget::ProcessMemoryMapWidget()
|
|||
return GUI::Variant();
|
||||
},
|
||||
[](auto&) {
|
||||
return GUI::Variant();
|
||||
return GUI::Variant(0);
|
||||
},
|
||||
[](const JsonObject& object) {
|
||||
auto pagemap = object.get("pagemap").as_string_or({});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue