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