Fix leak WRT client ref count
[pazpar2-moved-to-github.git] / src / connection.c
index a87d14c..be3ccef 100644 (file)
@@ -509,7 +509,6 @@ int client_prep_connection(struct client *cl,
         {
             return 2;
         }
-        client_incref(cl);
         connection_release(co);
         co = 0;
     }