mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ gst_webrtc_nice_transport_update_buffer_size (GstWebRTCNiceTransport * nice)
|
|||
#endif
|
||||
}
|
||||
g_ptr_array_unref (sockets);
|
||||
g_object_unref (agent);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue