am 3bbf7e6a: am 62bac75d: am 76e5ca81: Fix descriptor leak after accepting connections

* commit '3bbf7e6aa5a9eda1cc4b1c57da832ebee3bb5dd8':
  Fix descriptor leak after accepting connections
This commit is contained in:
Dave Platt
2014-01-07 19:55:47 +00:00
committed by Android Git Automerger

View File

@@ -326,6 +326,7 @@ class LocalSocketImpl
}
s.fd = accept(fd, s);
s.mFdCreatedInternally = true;
}
/**
@@ -536,4 +537,3 @@ class LocalSocketImpl
close();
}
}