Haivision / srtgo

Go bindings for SRT. Advantages of SRT technology for an easy to use programming language
Mozilla Public License 2.0
185 stars 52 forks source link

fix calling srt_close on the same descriptor twice #64

Closed markniebur closed 1 year ago

markniebur commented 1 year ago

If client code calls Close on a connection, there's a chance that when Close is called in the finalizer, the library will free the socket two times