From be60fc72a5e8c2b7b24caa449e06fc6830d85f1a Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 20 May 2019 15:51:36 -0400 Subject: [PATCH] Fix double unlock Former-commit-id: 87dc8ce9b3e376e4a6264aee1d2787b9f8d6437f --- src/networking.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/networking.cpp b/src/networking.cpp index 0c70922cd..4f737ec8e 100644 --- a/src/networking.cpp +++ b/src/networking.cpp @@ -1546,7 +1546,6 @@ int writeToClient(int fd, client *c, int handler_installed) { } else { - lock.unlock(); freeClientAsync(c); } return C_ERR;