commit | 84f8f3dace8c6e88b1afa828f9abe1e9a57fac1a | [log] [tgz] |
---|---|---|
author | Gonglei <arei.gonglei@huawei.com> | Sun Nov 02 13:37:17 2014 +0800 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Sun Nov 02 10:05:35 2014 +0300 |
tree | a0c81e5c098c38ab06b882128f3154e6b1ce4711 | |
parent | d0caa3eb539de01043354440ce0a10b1f546cf06 [diff] |
tap: fix possible fd leak in net_init_tap In hotplugging scenario, taking those true branch, the file handler do not be closed. Let's close them before return. Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>