Fix small memleak introduced in recent patch; fixe 6455.

This commit is contained in:
Nick Mathewson 2012-07-24 10:20:00 -04:00
parent 20b625a0fd
commit 08e65ce04f

View File

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