mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Add missing ImGui renderer shutdown to the Wayland backend.
This commit is contained in:
parent
ec549c4831
commit
bdfcc5b814
@ -767,6 +767,8 @@ Backend::Backend( const char* title, const std::function<void()>& redraw, const
|
|||||||
|
|
||||||
Backend::~Backend()
|
Backend::~Backend()
|
||||||
{
|
{
|
||||||
|
ImGui_ImplOpenGL3_Shutdown();
|
||||||
|
|
||||||
if( s_tldec ) zxdg_toplevel_decoration_v1_destroy( s_tldec );
|
if( s_tldec ) zxdg_toplevel_decoration_v1_destroy( s_tldec );
|
||||||
if( s_decoration ) zxdg_decoration_manager_v1_destroy( s_decoration );
|
if( s_decoration ) zxdg_decoration_manager_v1_destroy( s_decoration );
|
||||||
if( s_actToken ) xdg_activation_token_v1_destroy( s_actToken );
|
if( s_actToken ) xdg_activation_token_v1_destroy( s_actToken );
|
||||||
|
Loading…
Reference in New Issue
Block a user