nodefs: fix double syscall.Close
syscall.Close is not safe to run twice. Reused fds cause random things to break.
Showing
Please register or sign in to comment
syscall.Close is not safe to run twice. Reused fds cause random things to break.