mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 15:30:35 +00:00
softgpu: Plug bad leak of bin queue data.
This commit is contained in:
parent
a3f682fc5a
commit
374ccafa73
@ -472,9 +472,8 @@ SoftGPU::~SoftGPU() {
|
||||
fbTex = nullptr;
|
||||
}
|
||||
|
||||
if (presentation_) {
|
||||
delete presentation_;
|
||||
}
|
||||
delete presentation_;
|
||||
delete drawEngine_;
|
||||
|
||||
Sampler::Shutdown();
|
||||
Rasterizer::Shutdown();
|
||||
|
Loading…
Reference in New Issue
Block a user