From a9e6fb78144a5780555b5a29b99c5caf1c7ecb5e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 May 2013 20:23:16 +0200 Subject: [PATCH] Fix leak WRT client ref count --- src/connection.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/connection.c b/src/connection.c index a87d14c..be3ccef 100644 --- a/src/connection.c +++ b/src/connection.c @@ -509,7 +509,6 @@ int client_prep_connection(struct client *cl, { return 2; } - client_incref(cl); connection_release(co); co = 0; } -- 1.7.10.4