multiudpsink: fix bind address leak
https://bugzilla.gnome.org/show_bug.cgi?id=790986
This commit is contained in:
parent
d4c04cb079
commit
66f253ed9b
@ -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…
x
Reference in New Issue
Block a user