aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-07-24 10:20:00 -0400
committerNick Mathewson <nickm@torproject.org>2012-07-24 10:20:00 -0400
commit08e65ce04fbc68389095c627ae752a9784f5739a (patch)
tree6189ecd7d543c0eae07b47969ade212f9277b53e /src
parent20b625a0fdcf334f448bc5a49fee0d78137ed231 (diff)
downloadtor-08e65ce04fbc68389095c627ae752a9784f5739a.tar
tor-08e65ce04fbc68389095c627ae752a9784f5739a.tar.gz
Fix small memleak introduced in recent patch; fixe 6455.
Diffstat (limited to 'src')
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 0271cfdb8..281c458b8 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) {