mirror of
https://github.com/aler9/gortsplib
synced 2025-10-08 16:40:09 +08:00
add missing Close() to client examples
This commit is contained in:
@@ -28,6 +28,7 @@ func main() {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
defer c.Close()
|
||||
|
||||
// get available methods
|
||||
_, err = c.Options(u)
|
||||
|
Reference in New Issue
Block a user