Hi Andrew,
On 3/20/20 11:20 AM, Andrew Zaborowski wrote:
This function was intended to catch socket errors and destroy the
group
but it would leak the l_io object if that happened, and if called on
ordinary shutdown it could cause a crash. Since we're now assuming
that the netlink socket operations never fail just remove it.
---
src/frame-xchg.c | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
Applied, thanks.
Regards,
-Denis