1
0
mirror of synced 2024-11-28 01:20:51 +01:00

fix: ImNodes double free

This commit is contained in:
WerWolv 2023-02-12 17:38:13 +01:00
parent d084ec78e9
commit 54ef5785cd

View File

@ -823,7 +823,6 @@ namespace hex {
ImGui_ImplOpenGL3_Shutdown();
ImGui_ImplGlfw_Shutdown();
ImNodes::DestroyContext();
ImPlot::DestroyContext();
ImGui::DestroyContext();
}