Fix FileDescriptor leak from java.lang.Process.

The issue here was that nobody claimed ownership of the file descriptor
the process output stream was constructed with, so it was generally left
unclosed.

bug: 25865603
Change-Id: Ibb84445efc164dcefef4eae5f091370dc1202480
2 files changed