Skip to content

Commit

Permalink
Merge pull request #15566 from idryzhov/daemonize-nb-logs
Browse files Browse the repository at this point in the history
lib: remove nb/yang memory cleanup when daemonizing
  • Loading branch information
donaldsharp authored Mar 18, 2024
2 parents 8cc52ef + a564710 commit 051f224
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/libfrr.c
Original file line number Diff line number Diff line change
Expand Up @@ -957,8 +957,6 @@ static void frr_daemonize(void)
}

close(fds[1]);
nb_terminate();
yang_terminate();
frr_daemon_wait(fds[0]);
}

Expand Down

0 comments on commit 051f224

Please sign in to comment.