contrib/plugins: Close file descriptor on error return
commit7f4527626910f21c9e4421236ee7a6383eb3ce2b
authorCong Liu <liucong2@kylinos.cn>
Sun, 29 Oct 2023 14:50:33 +0000 (29 14:50 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 31 Oct 2023 14:10:21 +0000 (31 14:10 +0000)
tree7620ed78e440f91847d7d671ff857f011dfc2b9e
parent946bf79e40a6296a46fa7cc4d8c06313ac012a95
contrib/plugins: Close file descriptor on error return

This patch closes the file descriptor fd on error return to avoid
resource leak.

Fixes: ec7ee95db909 ("contrib/plugins: fix coverity warning in lockstep")
Signed-off-by: Cong Liu <liucong2@kylinos.cn>
Message-Id: <20231018025225.1640122-1-liucong2@kylinos.cn>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231029145033.592566-20-alex.bennee@linaro.org>
contrib/plugins/lockstep.c