CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/24 14:54:54
Modified files:
usr.sbin/bgpd : rde_rib.c
Log message:
rib_dump_terminate() and rib_dump_abort() need to free any possibly
locked entry (rib or prefix) before removing the context else elements
may remain locked for the rest of the run time (which is equal to a
memory leak).
OK benno@
