mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-07 19:06:48 -05:00
Vulkan: Fix resource leaks present at shutdown and mode changes
Infrequent, but still happened.
This commit is contained in:
@@ -61,6 +61,8 @@ Renderer::~Renderer()
|
||||
{
|
||||
g_Config.bRunning = false;
|
||||
UpdateActiveConfig();
|
||||
DestroyScreenshotResources();
|
||||
DestroyShaders();
|
||||
DestroySemaphores();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user