commit | d55e9cc56078fe894b1f6f3d4cdcbfbd749b5456 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Thu May 30 21:20:20 2024 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Thu May 30 21:20:20 2024 +0900 |
tree | 45743de55592e4148531d7cc95666e5ddc2766a9 | |
parent | 88a83d413ea438be07653655e2a0084260649b8f [diff] |
Fix fd leak in clatStart() by closing in finally block Resolved LeakedClosableViolation in ClatCoordinator.clatStart() by ensuring file descriptors (FDs) are closed in a finally block after being passed to clatd. Bug: 343563720 Test: TH Change-Id: I9da89c0a1c12c952bf829126215781a580ad0bf0