mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
multiudpsink: fix bind address leak
https://bugzilla.gnome.org/show_bug.cgi?id=790986
This commit is contained in:
parent
d4c04cb079
commit
66f253ed9b
1 changed files with 1 additions and 0 deletions
|
@ -1362,6 +1362,7 @@ gst_multiudpsink_start (GstBaseSink * bsink)
|
|||
}
|
||||
|
||||
g_socket_bind (sink->used_socket, bind_addr, TRUE, &err);
|
||||
g_object_unref (bind_addr);
|
||||
if (err != NULL)
|
||||
goto bind_error;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue