libretro: fix crash when terminating vulkan context early

Issue #1906
This commit is contained in:
Flyinghead 2025-05-03 10:57:34 +02:00
parent 57cc7b4a60
commit 03f2ef6df0
1 changed files with 0 additions and 1 deletions

View File

@ -489,7 +489,6 @@ void VulkanContext::term()
}
}
}
overlay->Term();
overlay.reset();
framebuffers.clear();
colorAttachments.clear();