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;