libuuid: (test) close fd [coverity scan]

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2020-07-14 11:47:38 +02:00
parent f596692030
commit 86c45027d9
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ static int check_uuids_in_file(const char *file)
ret++;
}
}
close(fd);
return ret;
}