Skip to content

Commit

Permalink
Cleanup FDB orch after Neighbor orch as Neighbor orch attaches with F…
Browse files Browse the repository at this point in the history
…DB orch (#45)

Co-authored-by: Vasant Patil <[email protected]>
  • Loading branch information
vasant17 and Vasant Patil authored Jun 3, 2020
1 parent e1184bc commit 1ee0deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/mock_tests/aclorch_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,14 +339,14 @@ namespace aclorch_test
{
AclTestBase::TearDown();

delete gFdbOrch;
gFdbOrch = nullptr;
delete gMirrorOrch;
gMirrorOrch = nullptr;
delete gRouteOrch;
gRouteOrch = nullptr;
delete gNeighOrch;
gNeighOrch = nullptr;
delete gFdbOrch;
gFdbOrch = nullptr;
delete gIntfsOrch;
gIntfsOrch = nullptr;
delete gVrfOrch;
Expand Down

0 comments on commit 1ee0deb

Please sign in to comment.