Skip to content

Commit

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

This reverts commit 57c7321.
andy31415 authored and sharad-patil24 committed Sep 30, 2022
1 parent 34e6e62 commit b0a57cc
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
@@ -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.

0 comments on commit b0a57cc

Please sign in to comment.