Fix missing unref of nice-agent causing sockets to never close.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1960>
This commit is contained in:
parent
4e29ba9fce
commit
6f2c010360
@ -208,6 +208,7 @@ gst_webrtc_nice_transport_update_buffer_size (GstWebRTCNiceTransport * nice)
|
||||
#endif
|
||||
}
|
||||
g_ptr_array_unref (sockets);
|
||||
g_object_unref (agent);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user