Browse Source

MT#55283 fix double free

Change-Id: I7fdf3973b612e254b94beb3c12b1fb1490f823ef
pull/1967/head
Richard Fuchs 6 months ago
parent
commit
f50c056199
1 changed files with 1 additions and 0 deletions
  1. +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) {


Loading…
Cancel
Save