Memory: Remove redundant pool popAll(), which is potentially confusing.
This commit is contained in:
parent
fc3e86472a
commit
5da8ead703
1 changed files with 0 additions and 1 deletions
|
|
@ -1286,7 +1286,6 @@ int __fastcall ShFinalize()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (PerProcessGPA != nullptr) {
|
if (PerProcessGPA != nullptr) {
|
||||||
PerProcessGPA->popAll();
|
|
||||||
delete PerProcessGPA;
|
delete PerProcessGPA;
|
||||||
PerProcessGPA = nullptr;
|
PerProcessGPA = nullptr;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue