rtp-send: remove dead code

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
This commit is contained in:
Sangchul Lee 2018-05-04 01:27:21 +09:00 committed by Arun Raghavan
parent 385e73e63e
commit 47ed9ae1f4

View file

@ -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;
} }