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
MT#55283 fix possible NULL dereference
closes
#1883
Change-Id: Ic364b8d2bdd0f50438b121571d86660b88b2945e
pull/1884/head
Richard Fuchs
1 year ago
parent
7ad57e1157
commit
03ef7a737c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/media_player.c
+ 1
- 1
daemon/media_player.c
View File
@ -130,7 +130,7 @@ static void media_player_shutdown(struct media_player *mp) {
mp
-
>
ssrc_out
-
>
parent
-
>
seq_diff
-
=
num
;
}
if
(
mp
-
>
opts
.
block_egress
)
if
(
mp
-
>
opts
.
block_egress
&
&
mp
-
>
media
)
MEDIA_CLEAR
(
mp
-
>
media
,
BLOCK_EGRESS
)
;
mp
-
>
media
=
NULL
;
Write
Preview
Loading…
Cancel
Save