From d1a5b89f0a1db5b0b58e2f7cd7e6bbb533f06f73 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 1 Feb 2021 00:50:59 +1000 Subject: [PATCH] FullscreenUI: Fix some textures leaking at shutdown --- src/frontend-common/fullscreen_ui.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/frontend-common/fullscreen_ui.cpp b/src/frontend-common/fullscreen_ui.cpp index ae903d2dd..5b3d17e6f 100644 --- a/src/frontend-common/fullscreen_ui.cpp +++ b/src/frontend-common/fullscreen_ui.cpp @@ -387,6 +387,10 @@ void DestroyResources() { s_app_icon_texture.reset(); s_placeholder_texture.reset(); + s_fallback_playlist_texture.reset(); + s_fallback_psf_texture.reset(); + s_fallback_exe_texture.reset(); + s_fallback_disc_texture.reset(); for (auto& tex : s_game_compatibility_textures) tex.reset(); for (auto& tex : s_disc_region_textures)