commit | c76f2481b60a62814f4cb1678e48efa3385895aa | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Mon Mar 26 14:32:44 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 27 10:50:02 2018 -0400 |
tree | 8afac22694ad35d0facca4992e7f10db51484031 | |
parent | 6a91ded32d6c8a6d0aee1928bb741e31577af24f [diff] |
tipc: fix error handling in tipc_udp_enable() Release alloced resource before return from the error handling case in tipc_udp_enable(), otherwise will cause memory leak. Fixes: 52dfae5c85a4 ("tipc: obtain node identity from interface by default") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>