Merge pull request #16029 from FRRouting/mergify/bp/stable/10.0/pr-15566

lib: remove nb/yang memory cleanup when daemonizing (backport #15566)
This commit is contained in:
Donatas Abraitis 2024-05-18 16:10:43 +03:00 committed by GitHub
commit a784c34ed8
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]);
}