softgpu: Plug bad leak of bin queue data.

This commit is contained in:
Unknown W. Brackets 2022-03-13 13:34:37 -07:00
parent a3f682fc5a
commit 374ccafa73

View File

@ -472,9 +472,8 @@ SoftGPU::~SoftGPU() {
fbTex = nullptr;
}
if (presentation_) {
delete presentation_;
}
delete presentation_;
delete drawEngine_;
Sampler::Shutdown();
Rasterizer::Shutdown();