mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-19 02:18:19 +00:00
Memory: Remove redundant pool popAll(), which is potentially confusing.
This commit is contained in:
parent
fc3e86472a
commit
5da8ead703
@ -1286,7 +1286,6 @@ int __fastcall ShFinalize()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (PerProcessGPA != nullptr) {
|
if (PerProcessGPA != nullptr) {
|
||||||
PerProcessGPA->popAll();
|
|
||||||
delete PerProcessGPA;
|
delete PerProcessGPA;
|
||||||
PerProcessGPA = nullptr;
|
PerProcessGPA = nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user