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 possible race condition
git.mgm/mediaproxy-ng/2.1
Richard Fuchs
13 years ago
parent
39207a0859
commit
3a26e9fceb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/call.c
+ 1
- 1
daemon/call.c
View File
@ -1293,7 +1293,7 @@ got_cs:
/* nothing found to steal and this end is used */
/* need a new call stream after all */
DBG
(
"
case 4
"
)
;
if
(
cs_o
)
if
(
cs_o
&
&
cs_o
!
=
cs
)
mutex_unlock
(
&
cs_o
-
>
lock
)
;
cs_o
=
cs
;
cs
=
callstream_new
(
c
,
t
-
>
num
)
;
Write
Preview
Loading…
Cancel
Save