This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
Fix segfault when ps->component=0
pull/222/head
smititelu
10 years ago
parent
47a9564f0e
commit
a6b4b86983
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
daemon/call.c
+ 1
- 0
daemon/call.c
View File
@ -781,6 +781,7 @@ static void __assign_stream_fds(struct call_media *media, GQueue *intf_sfds) {
il
=
l
-
>
data
;
sfd
=
g_queue_peek_nth
(
&
il
-
>
list
,
ps
-
>
component
-
1
)
;
if
(
!
sfd
)
return
;
sfd
-
>
stream
=
ps
;
g_queue_push_tail
(
&
ps
-
>
sfds
,
sfd
)
;
Write
Preview
Loading…
Cancel
Save