From 0a6661239940881b0bb4ef16dd5192f91d9634c1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 15 Aug 2025 15:40:19 -0500 Subject: [PATCH] teardown --- esphome/core/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/core/application.cpp b/esphome/core/application.cpp index 9a13a375e1..a204781db7 100644 --- a/esphome/core/application.cpp +++ b/esphome/core/application.cpp @@ -257,7 +257,7 @@ void Application::teardown_components(uint32_t timeout_ms) { uint32_t start_time = millis(); // Use a StaticVector instead of std::vector to avoid heap allocation - // since we know the maximum size at compile time + // since we know the actual size at compile time StaticVector pending_components; // Copy all components in reverse order