diff --git a/client/cjdroute2.c b/client/cjdroute2.c index 1997ebc9..1c38d29b 100644 --- a/client/cjdroute2.c +++ b/client/cjdroute2.c @@ -533,7 +533,6 @@ static Err_DEFUN checkRunningInstance(struct Allocator* allocator, EventBase_beginLoop(base); Assert_true(ctx->res); - Allocator_free(alloc); if (ctx->res->err != AdminClient_Error_TIMEOUT) { Err_raise(allocator, "Startup failed: cjdroute is already running. [%d]", ctx->res->err); }