commit | a192ec64e50961c030063357ad37f44f59e0ae5f | [log] [tgz] |
---|---|---|
author | Amine Alami <43780877+Alami-Amine@users.noreply.github.com> | Fri Sep 13 00:56:22 2024 +0200 |
committer | GitHub <noreply@github.com> | Thu Sep 12 22:56:22 2024 +0000 |
tree | 3dc51e581d85a77832d16dab7838812868992362 | |
parent | f36ffd6df572e2cedcb13740983cafaf2465b638 [diff] |
shutting down Applications (#35561)
diff --git a/examples/all-clusters-app/linux/fuzzing-main.cpp b/examples/all-clusters-app/linux/fuzzing-main.cpp index 4fe2186..793a70a 100644 --- a/examples/all-clusters-app/linux/fuzzing-main.cpp +++ b/examples/all-clusters-app/linux/fuzzing-main.cpp
@@ -31,6 +31,7 @@ void CleanShutdown() { + ApplicationShutdown(); Server::GetInstance().Shutdown(); PlatformMgr().Shutdown(); // TODO: We don't Platform::MemoryShutdown because ~CASESessionManager calls