From d750df918924a0a0af0546ec563e9ba2dfc57a58 Mon Sep 17 00:00:00 2001 From: ocornut Date: Wed, 15 Jul 2015 12:37:42 -0600 Subject: [PATCH] Fix for Shutdown() --- imgui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/imgui.cpp b/imgui.cpp index 32512be9..cd1607b9 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -9706,6 +9706,7 @@ void ImFontAtlas::ClearInputData() ImGui::MemFree(ConfigData[i].FontData); ConfigData[i].FontData = NULL; } + ConfigData.clear(); } void ImFontAtlas::ClearTexData()