MT#55283 fix double free

Change-Id: I7fdf3973b612e254b94beb3c12b1fb1490f823ef
pull/1967/head
Richard Fuchs 10 months ago
parent 14af582379
commit f50c056199

@ -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