plugins: Fix two resource leaks in setup_socket()
commit9cd7dde0730ed823b545910c0d5a676142015e3b
authorAlex Chen <alex.chen@huawei.com>
Tue, 10 Nov 2020 19:23:08 +0000 (10 19:23 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 16 Nov 2020 11:07:37 +0000 (16 11:07 +0000)
treefa518ff4b8cebe978044e5d027c38a4154181656
parentdbb864ba4f7bc419a3ce473aa9436cc41b2e3dfd
plugins: Fix two resource leaks in setup_socket()

Either accept() fails or exits normally, we need to close the fd.

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Alex Chen <alex.chen@huawei.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20201109082829.87496-3-alex.chen@huawei.com>
Message-Id: <20201110192316.26397-3-alex.bennee@linaro.org>
contrib/plugins/lockstep.c