From: Nick Mathewson Date: Tue, 24 Jul 2012 14:20:00 +0000 (-0400) Subject: Fix small memleak introduced in recent patch; fixe 6455. X-Git-Tag: tor-0.2.4.1-alpha~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08e65ce04fbc68389095c627ae752a9784f5739a;p=thirdparty%2Ftor.git Fix small memleak introduced in recent patch; fixe 6455. --- diff --git a/src/or/config.c b/src/or/config.c index 0271cfdb87..281c458b82 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -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) {