mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
rtp-recv: remove unused variable assignment
This commit is contained in:
parent
927e501920
commit
4512a2ce9c
1 changed files with 1 additions and 1 deletions
|
|
@ -562,7 +562,7 @@ static void sap_event_cb(pa_mainloop_api *m, pa_io_event *e, int fd, pa_io_event
|
|||
} else {
|
||||
|
||||
if (!(s = pa_hashmap_get(u->by_origin, info.origin))) {
|
||||
if (!(s = session_new(u, &info)))
|
||||
if (!session_new(u, &info))
|
||||
pa_sdp_info_destroy(&info);
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue