bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
617 stars 188 forks source link

unix: nativeOpen: always close the port on errors #173

Closed jes closed 4 months ago

jes commented 4 months ago

I noticed there were a few cases where nativeOpen() would return an error but wouldn't explicitly close the port, I've fixed those cases.