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
git.mgm/mediaproxy-ng/2.2
Richard Fuchs
13 years ago
parent
009a2029b9
commit
20dfa12220
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
daemon/sdp.c
+ 2
- 0
daemon/sdp.c
View File
@ -900,6 +900,8 @@ static unsigned long new_priority(struct sdp_media *media) {
str_init
(
&
s
,
"
candidate
"
)
;
cands
=
g_hash_table_lookup
(
media
-
>
attributes
.
lists_hash
,
&
s
)
;
if
(
!
cands
)
goto
out
;
for
(
l
=
cands
-
>
head
;
l
;
l
=
l
-
>
next
)
{
c
=
l
-
>
data
;
Write
Preview
Loading…
Cancel
Save