Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[orchagent]: Fix crash during orchagent process exit (sonic-net#974)
Avoid crash due to accessing deleted pointer, during process exit. In this case, FdbOrch was calling detach on PortsOrch which is already deleted and the memory got returned to Kernel, which resulted in kernel exception.
- Loading branch information