volcoma / EtherealEngine

C++ Game Engine and Editor
BSD 2-Clause "Simplified" License
970 stars 159 forks source link

GUI memory free problem when shutdown #13

Closed qiaone closed 7 years ago

qiaone commented 7 years ago

devenv_2017-10-28_20-58-39

In Visual Studio, debug the application, just close the start page(project manager), Visual Studio will prompt an exception in ImGui::MemFree

volcoma commented 7 years ago

Does this happen every time? I will look into it.

qiaone commented 7 years ago

Yes, it can be reproduced both on my desktop and laptop. Thanks.

volcoma commented 7 years ago

I will fix this on Monday. Thanks for the issue.