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
823
Wiki
Activity
Browse Source
avoid coredump
git.mgm/mediaproxy-ng/2.0
Richard Fuchs
14 years ago
parent
8fd96ce10b
commit
c2d34a9f1e
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
daemon/call.c
+ 2
- 1
daemon/call.c
View File
@ -1490,7 +1490,8 @@ err:
goto
out
;
out
:
c
-
>
log_info
=
NULL
;
if
(
c
)
c
-
>
log_info
=
NULL
;
return
ret
;
}
Write
Preview
Loading…
Cancel
Save