mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-16 11:48:28 +12:00
fix some memory leaks
This commit is contained in:
parent
a74c6eef49
commit
28bcaf07d9
2 changed files with 3 additions and 0 deletions
|
@ -340,6 +340,7 @@ void RendererShaderMtl::CompileInternal()
|
|||
{
|
||||
// Compile from source
|
||||
library = LibraryFromSource();
|
||||
FinishCompilation();
|
||||
if (!library)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue