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 double free
Change-Id: I7fdf3973b612e254b94beb3c12b1fb1490f823ef
pull/1967/head
Richard Fuchs
6 months ago
parent
14af582379
commit
f50c056199
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
recording-daemon/main.c
+ 1
- 0
recording-daemon/main.c
View File
@ -258,6 +258,7 @@ static void options(int *argc, char ***argv) {
die
(
"
Cannot have both 'tcp-send-to' and 'tls-send-to' active at the same time
"
)
;
tls_send_to
=
tcp_send_to
;
tls_disable
=
true
;
tcp_send_to
=
NULL
;
}
if
(
tls_send_to
)
{
Write
Preview
Loading…
Cancel
Save