mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
fix memory leaks
This commit is contained in:
parent
28bcaf07d9
commit
4f0bc724a8
2 changed files with 2 additions and 1 deletions
|
@ -1856,7 +1856,7 @@ void MetalRenderer::EndEncoding()
|
|||
if (m_commandEncoder)
|
||||
{
|
||||
m_commandEncoder->endEncoding();
|
||||
//m_commandEncoder->release();
|
||||
m_commandEncoder->release();
|
||||
m_commandEncoder = nullptr;
|
||||
m_encoderType = MetalEncoderType::None;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue