mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
rtp-send: remove dead code
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
This commit is contained in:
parent
385e73e63e
commit
47ed9ae1f4
1 changed files with 0 additions and 5 deletions
|
|
@ -514,11 +514,6 @@ fail:
|
||||||
if (sap_fd >= 0)
|
if (sap_fd >= 0)
|
||||||
pa_close(sap_fd);
|
pa_close(sap_fd);
|
||||||
|
|
||||||
if (o) {
|
|
||||||
pa_source_output_unlink(o);
|
|
||||||
pa_source_output_unref(o);
|
|
||||||
}
|
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue