mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
When Stat() or IsDir() return errors, close the file to avoid a leak. Change-Id: I46d5e34c3443413ca674f2a703d033d945c21efa Reviewed-on: https://go-review.googlesource.com/10557 Reviewed-by: Minux Ma <minux@golang.org>