Fix double unlock

Former-commit-id: 87dc8ce9b3e376e4a6264aee1d2787b9f8d6437f
This commit is contained in:
John Sully 2019-05-20 15:51:36 -04:00
parent 680b49045f
commit be60fc72a5

View File

@ -1546,7 +1546,6 @@ int writeToClient(int fd, client *c, int handler_installed) {
} }
else else
{ {
lock.unlock();
freeClientAsync(c); freeClientAsync(c);
} }
return C_ERR; return C_ERR;