Merge pull request #15566 from idryzhov/daemonize-nb-logs

lib: remove nb/yang memory cleanup when daemonizing
This commit is contained in:
Donald Sharp 2024-03-18 07:59:04 -04:00 committed by GitHub
commit 051f2249e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -957,8 +957,6 @@ static void frr_daemonize(void)
}
close(fds[1]);
nb_terminate();
yang_terminate();
frr_daemon_wait(fds[0]);
}