From 291ff4f88c03a5e73d613d8ce1acdcde9399f46d Mon Sep 17 00:00:00 2001 From: enenH Date: Sun, 18 Feb 2024 23:33:51 +0100 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E4=B8=AA=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AndroidImgui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AndroidImgui.cpp b/src/AndroidImgui.cpp index 46a73cf..4ebcc43 100644 --- a/src/AndroidImgui.cpp +++ b/src/AndroidImgui.cpp @@ -51,6 +51,7 @@ void AndroidImgui::Shutdown() { m_Textures.clear(); PrepareShutdown(); My_ImGui_ImplAndroid_Shutdown(); + ImGui::DestroyContext(); Cleanup(); ANativeWindow_release(m_Window); }