Tables: TableGcCompactTransientBuffers() can ditch AngledHeadersRequests data.

Amend b30df8890.(#6917)
This commit is contained in:
ocornut
2026-06-10 17:15:50 +02:00
parent 4312c4399f
commit aa377352ef
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4076,6 +4076,7 @@ void ImGui::TableGcCompactTransientBuffers(ImGuiTable* table)
void ImGui::TableGcCompactTransientBuffers(ImGuiTableTempData* temp_data)
{
temp_data->AngledHeadersRequests.clear();
temp_data->DrawSplitter.ClearFreeMemory();
temp_data->LastTimeActive = -1.0f;
}