forked from Minki/linux
bonding: fix a memory leak in bond_arp_send_all()
This test is reversed so the memory is always leaked. It's better style
to remove the test anyway.
Fixes: 3e403a7777
('bonding: make it possible to have unlimited nested upper vlans')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Veaceslav Falico <vfalico@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d87de1f3e9
commit
a67eed571a
@ -2287,7 +2287,6 @@ found:
|
||||
ip_rt_put(rt);
|
||||
bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i],
|
||||
addr, tags);
|
||||
if (!tags)
|
||||
kfree(tags);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user