mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Fix small memleak introduced in recent patch; fixe 6455.
This commit is contained in:
parent
20b625a0fd
commit
08e65ce04f
@ -4025,7 +4025,7 @@ options_validate(or_options_t *old_options, or_options_t *options,
|
||||
log_notice(LD_GENERAL, "Tor is not configured as a relay but you specified"
|
||||
" a ServerTransportPlugin line (%s). The ServerTransportPlugin "
|
||||
"line will be ignored.",
|
||||
esc_for_log(options->ServerTransportPlugin->value));
|
||||
escaped(options->ServerTransportPlugin->value));
|
||||
}
|
||||
|
||||
if (options->ConstrainedSockets) {
|
||||
|
Loading…
Reference in New Issue
Block a user