| commit | 0b1902052632bf68b8e619f2304aa7643ef5b703 | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Tue Aug 09 17:59:00 2016 -0700 |
| committer | Natalie Weizenbaum <nweiz@google.com> | Tue Aug 09 18:09:54 2016 -0700 |
| tree | 301938878a21914aa9b64a7741f734736771d5a2 | |
| parent | f6d140943f383a599ee47109e67149d997490f7c [diff] |
Fix a crashing bug on Linux. When a directory was removed immediately after a subdirectory was created, the subdirectory event would be buffered. We'd then attempt to watch the subdirectory even though the stream group was already closed. Fixed b/30768513.