diff options
Diffstat (limited to 'Private/Source/ProcessManager.cxx')
| -rw-r--r-- | Private/Source/ProcessManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/ProcessManager.cxx b/Private/Source/ProcessManager.cxx index 82b07c42..07f73ef3 100644 --- a/Private/Source/ProcessManager.cxx +++ b/Private/Source/ProcessManager.cxx @@ -138,7 +138,7 @@ void Process::Exit(Int32 exit_code) { this->Pool = nullptr; this->PoolCursor = nullptr; - this->FreeMemory = kPoolMaxSz; + this->FreeMemory = 0UL; // TODO: fill available heap. this->UsedMemory = 0UL; } |
