1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-17 01:04:19 +00:00

MultiSelect: added missing call on Shutdown(). Better reuse selection buffer.

This commit is contained in:
ocornut 2023-09-22 14:30:56 +02:00
parent c3998b70cc
commit a6adfb2b49
2 changed files with 6 additions and 1 deletions

View file

@ -3818,6 +3818,8 @@ void ImGui::Shutdown()
g.TablesTempData.clear_destruct();
g.DrawChannelsTempMergeBuffer.clear();
g.MultiSelectStorage.Clear();
g.ClipboardHandlerData.clear();
g.MenusIdSubmittedThisFrame.clear();
g.InputTextState.ClearFreeMemory();