Skip to content

Commit

Permalink
pathd: Stop and free synchronous Zebra client on pathd termination
Browse files Browse the repository at this point in the history
Signed-off-by: Donatas Abraitis <[email protected]>
  • Loading branch information
ton31337 committed Jun 26, 2023
1 parent a9c81cc commit 93ffc5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pathd/path_zebra.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,6 @@ void path_zebra_stop(void)
{
zclient_stop(zclient);
zclient_free(zclient);
zclient_stop(zclient_sync);
zclient_free(zclient_sync);
}

0 comments on commit 93ffc5a

Please sign in to comment.