mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-03 09:28:45 +00:00
Merge pull request #11425 from LabNConsulting/chopps/cleanup-redherring-memleaks
lib: cleanup red-herring memleaks in parent of daemonizing fork
This commit is contained in:
commit
38437392b9
@ -963,6 +963,8 @@ static void frr_daemonize(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
close(fds[1]);
|
close(fds[1]);
|
||||||
|
nb_terminate();
|
||||||
|
yang_terminate();
|
||||||
frr_daemon_wait(fds[0]);
|
frr_daemon_wait(fds[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user