TT#14008 fix segfault using legacy UDP protocol

closes #1437

Change-Id: I23fd44db91ce8a1d1934e2be0c1434eee35cefc1
mr9.5.4
Richard Fuchs 4 years ago
parent b00ce05fc4
commit deb02a539a

@ -2411,7 +2411,7 @@ int monologue_offer_answer(struct call_monologue *other_ml, GQueue *streams,
goto error_ports;
}
if(flags->disable_jb && media->call)
if (flags && flags->disable_jb && media->call)
media->call->disable_jb=1;
__num_media_streams(media, num_ports);

Loading…
Cancel
Save