bugst / go-serial

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

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

Closed jes closed 9 months ago

jes commented 9 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.