Browse Source

TT#14008 fix segfault using legacy UDP protocol

closes #1437

Change-Id: I23fd44db91ce8a1d1934e2be0c1434eee35cefc1
mr9.5.4
Richard Fuchs 4 years ago
parent
commit
deb02a539a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

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