]> go.fuhry.dev Git - fsnotify.git/commit
Linux - fix possible problem on Close()
authorChris Howey <chris@howey.me>
Tue, 22 May 2012 14:12:07 +0000 (07:12 -0700)
committerChris Howey <chris@howey.me>
Tue, 22 May 2012 14:12:07 +0000 (07:12 -0700)
commitb59836fe7bde99cacd73379d286551ba01e88f9f
tree89c0b00abd970ada85605b216b69a8658717ea47
parent804525651f13fff6ead5405c20420571534f8bd8
Linux - fix possible problem on Close()

The Close() call should remove all watches BEFORE the call to close
the inotify instance.
fsnotify_linux.go