From 51cdd30c01c47e3522bd49a23a83a566cf4de5a7 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Mon, 18 Jul 2011 16:42:31 +0200 Subject: Let's be smarter while parsing {Client,Server}TransportPlugin lines. --- src/or/transports.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/transports.c') diff --git a/src/or/transports.c b/src/or/transports.c index 6589a8cd97..930cb8c0ce 100644 --- a/src/or/transports.c +++ b/src/or/transports.c @@ -106,7 +106,6 @@ pt_managed_launch_proxy(const char *method, /* free the memory allocated for the execve() */ free_execve_args(envp); - free_execve_args(proxy_argv); /* Set stdout/stderr pipes to be non-blocking */ fcntl(stdout_pipe, F_SETFL, O_NONBLOCK); -- cgit v1.2.3-54-g00ecf