Skip to content

Commit

Permalink
Revert "Ensure that CHIPDeviceControllerFactory calls FabricTable::Sh…
Browse files Browse the repository at this point in the history
…utdown (#22932)"

This reverts commit 57c7321.
  • Loading branch information
andy31415 committed Sep 29, 2022
1 parent a6ecd62 commit 4526891
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controller/CHIPDeviceControllerFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4526891

Please sign in to comment.