commit | cb57c86657f230c34480ceb72cdbce43fe62302f | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Fri Jul 03 17:38:43 2015 +0100 |
committer | Neil Fuller <nfuller@google.com> | Fri Jul 03 17:45:11 2015 +0100 |
tree | df1235e4a40ba6548b6dcd31093cf9d3ce58165d | |
parent | 8fbc09bde8c5723d57a3b188e7fc69916cc62cca [diff] |
Fix missing socket closure in LocalSocketTest Noticed as a result of 8fbc09bde8c5723d57a3b188e7fc69916cc62cca. One of the AF_UNIX sockets being created in three tests was not being closed (until GC/finalization). Because the name is now used in multiple tests some of the tests would fail in the CTS test runner ("Address already in use") if no GC had occurred. Bug: 3106438 Change-Id: I7debe5ed26d9d09e71a3d8a1b5b7d85b13e6e069