mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 00:40:11 +00:00
gl: Fix leaking texture views
This commit is contained in:
parent
8185bfe893
commit
f0a02e0d9d
@ -334,6 +334,7 @@ namespace gl
|
||||
void ui_overlay_renderer::destroy()
|
||||
{
|
||||
temp_image_cache.clear();
|
||||
temp_view_cache.clear();
|
||||
resources.clear();
|
||||
font_cache.clear();
|
||||
view_cache.clear();
|
||||
|
@ -309,4 +309,4 @@ namespace gl
|
||||
views.clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user