Memory: Remove redundant pool popAll(), which is potentially confusing.
This commit is contained in:
@@ -1286,7 +1286,6 @@ int __fastcall ShFinalize()
|
||||
}
|
||||
|
||||
if (PerProcessGPA != nullptr) {
|
||||
PerProcessGPA->popAll();
|
||||
delete PerProcessGPA;
|
||||
PerProcessGPA = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user