mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-13 10:18:30 +12:00
don't release autoreleased objects
This commit is contained in:
parent
c5bef60dbb
commit
7f5040a6e0
5 changed files with 2 additions and 8 deletions
|
@ -185,7 +185,6 @@ void RendererShaderMtl::CompileInternal()
|
|||
if (error)
|
||||
{
|
||||
cemuLog_log(LogType::Force, "failed to create library: {} -> {}", error->localizedDescription()->utf8String(), m_mslCode.c_str());
|
||||
error->release();
|
||||
FinishCompilation();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue