Skip to content

Commit a127cce

Browse files
committed
Added call to WaterHeaterMode::Shutdown() to fix IntrusiveList not being freed at exit.
1 parent 4b8b11b commit a127cce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/all-clusters-app/linux/main-common.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ void ApplicationShutdown()
259259

260260
Clusters::DeviceEnergyManagementMode::Shutdown();
261261
Clusters::EnergyEvseMode::Shutdown();
262+
Clusters::WaterHeaterMode::Shutdown();
262263

263264
if (sChipNamedPipeCommands.Stop() != CHIP_NO_ERROR)
264265
{

0 commit comments

Comments
 (0)