Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that CHIPDeviceControllerFactory calls FabricTable::Shutdown (p…
…roject-chip#22932) DeviceControllerFactory::InitSystemState initializes the FabricTable when it allocates it, but DeviceControllerSystemState::Shutdown does not symmetrically shut it down before deletion, and it should. This commit adds the missing Shutdown call.
- Loading branch information