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

This commit is contained in:
John Kessenich 2017-11-14 15:19:41 -07:00
parent fc3e86472a
commit 5da8ead703

View File

@ -1286,7 +1286,6 @@ int __fastcall ShFinalize()
}
if (PerProcessGPA != nullptr) {
PerProcessGPA->popAll();
delete PerProcessGPA;
PerProcessGPA = nullptr;
}