From b0a57ccf5a073c89e35abb49827d79482d03ff71 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 29 Sep 2022 16:14:55 -0400 Subject: [PATCH] Revert "Ensure that CHIPDeviceControllerFactory calls FabricTable::Shutdown (#22932)" (#22961) This reverts commit 57c7321fbf962d6dd2a6dd27da753a526f7507ac. --- src/controller/CHIPDeviceControllerFactory.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controller/CHIPDeviceControllerFactory.cpp b/src/controller/CHIPDeviceControllerFactory.cpp index 84a7c4388525bd..45ab785e508640 100644 --- a/src/controller/CHIPDeviceControllerFactory.cpp +++ b/src/controller/CHIPDeviceControllerFactory.cpp @@ -463,7 +463,6 @@ void DeviceControllerSystemState::Shutdown() if (mTempFabricTable != nullptr) { - mTempFabricTable->Shutdown(); chip::Platform::Delete(mTempFabricTable); mTempFabricTable = nullptr; // if we created a temp fabric table, then mFabrics points to it.