fix: Memory leak when closing ImHex
This commit is contained in:
parent
05ffcab911
commit
9236b92dc1
@ -984,6 +984,8 @@ namespace hex {
|
|||||||
void Window::exitImGui() {
|
void Window::exitImGui() {
|
||||||
ImGui_ImplOpenGL3_Shutdown();
|
ImGui_ImplOpenGL3_Shutdown();
|
||||||
ImGui_ImplGlfw_Shutdown();
|
ImGui_ImplGlfw_Shutdown();
|
||||||
|
|
||||||
|
ImNodes::DestroyContext();
|
||||||
ImPlot::DestroyContext();
|
ImPlot::DestroyContext();
|
||||||
ImGui::DestroyContext();
|
ImGui::DestroyContext();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user