commit | fe9d9c96f91622626a59a81e9017e45bc3ab711e | [log] [tgz] |
---|---|---|
author | Brett Johnson <Brett.Michael.Johnson@gmail.com> | Wed Jul 09 20:41:17 2014 -0700 |
committer | Brett Johnson <Brett.Michael.Johnson@gmail.com> | Wed Jul 09 20:51:09 2014 -0700 |
tree | fe4473cb9a36a18491efd28f2ff6e8023d4d841f | |
parent | 473e2938388f8386a8fdb1c22c91bd2e74392d2f [diff] |
Fix b/16139028 Part1: Close DirectoryStreams to avoid leaking resources. This change closes the DirectoryStreams in FsAdaptor, as they were being leaked. Also closes a Windows HANDLE in a finally clause in WindowFileDelegate.getLastAccessTime to ensure it gets called. Code Review: http://codereview.appspot.com/107710043