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 remove unused value
Change-Id: I3834ce4cd8d45ca8870966dea300e85f6f214f53 Warned-by: Coverity
pull/1623/head
Richard Fuchs
3 years ago
parent
b3e6d47428
commit
906f5c0a94
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_socket.c
+ 1
- 1
daemon/media_socket.c
View File
@ -2631,7 +2631,7 @@ static int stream_packet(struct packet_handler_ctx *phc) {
goto
next
;
}
ret
=
media_socket_dequeue
(
&
mirror_phc
.
mp
,
mirror_sink
)
;
media_socket_dequeue
(
&
mirror_phc
.
mp
,
mirror_sink
)
;
mutex_unlock
(
&
mirror_sink
-
>
out_lock
)
;
Write
Preview
Loading…
Cancel
Save