Skip to content

Commit b5a34f1

Browse files
Trying to fix the CI.
1 parent e2a902d commit b5a34f1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/app/server/Server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ void Server::Shutdown()
652652
app::DnssdServer::Instance().SetICDManager(nullptr);
653653
#endif // CHIP_CONFIG_ENABLE_ICD_SERVER
654654

655+
app::InteractionModelEngine::GetInstance()->ShutdownActiveReads();
655656
app::InteractionModelEngine::GetInstance()->SetDataModelProvider(nullptr);
656657
app::DnssdServer::Instance().SetCommissioningModeProvider(nullptr);
657658
Dnssd::ServiceAdvertiser::Instance().Shutdown();

src/app/util/util.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ void MatterAlarmsPluginServerShutdownCallback() {}
170170
void MatterTimePluginServerShutdownCallback() {}
171171
void MatterAclPluginServerShutdownCallback() {}
172172
void MatterPollControlPluginServerShutdownCallback() {}
173-
void MatterUnitLocalizationPluginServerShutdownCallback() {}
174173
void MatterProxyValidPluginServerShutdownCallback() {}
175174
void MatterProxyDiscoveryPluginServerShutdownCallback() {}
176175
void MatterProxyConfigurationPluginServerShutdownCallback() {}

src/darwin/Framework/CHIP/app/PluginApplicationCallbacks.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@
2323
*/
2424

2525
void MatterDescriptorPluginServerInitCallback();
26+
void MatterDescriptorPluginServerShutdownCallback();
2627

2728
#define MATTER_PLUGINS_INIT MatterDescriptorPluginServerInitCallback();
29+
#define MATTER_PLUGINS_SHUTDOWN MatterDescriptorPluginServerShutdownCallback();

0 commit comments

Comments
 (0)