mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 06:35:42 -04:00
FullscreenUI: Fix some textures leaking at shutdown
This commit is contained in:
parent
18405a713c
commit
d1a5b89f0a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user