Files
android_packages_modules_Co…/tests
Neil Fuller cb57c86657 Fix missing socket closure in LocalSocketTest
Noticed as a result of 8fbc09bde8.
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
2015-07-03 17:45:11 +01:00
..