From 7617a876caf8ef6a61d984b74ade7e3ec3af7947 Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 20 May 2019 15:51:36 -0400 Subject: [PATCH] Fix double unlock --- src/networking.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/networking.cpp b/src/networking.cpp index 29d17c8a3..4961eb6c0 100644 --- a/src/networking.cpp +++ b/src/networking.cpp @@ -1522,7 +1522,6 @@ int writeToClient(int fd, client *c, int handler_installed) { } else { - lock.unlock(); freeClientAsync(c); } return C_ERR;