Commit 5da8ead7 by John Kessenich

Memory: Remove redundant pool popAll(), which is potentially confusing.

parent fc3e8647
......@@ -1286,7 +1286,6 @@ int __fastcall ShFinalize()
}
if (PerProcessGPA != nullptr) {
PerProcessGPA->popAll();
delete PerProcessGPA;
PerProcessGPA = nullptr;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment