commit | 7e8bea3cf9d302e00e2b1e1554b5cbbda3d2f036 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Thu Jun 09 22:37:13 2022 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Thu Jun 09 22:37:45 2022 +0000 |
tree | b24766ce9bd4a44762344344f738ae4806b71a0f | |
parent | 281390e58c8a7662238ec521c672ee1747865488 [diff] |
ClatCoordinator: fix erroneous .close() of fds without throw This path is not throwing, because it's considered a non-fatal error, so the function keeps on executing, so we can't close the fds. Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I3a996dae39553147ea355c4593d588d2a7c45557