Skip to content

Commit

Permalink
Fix double unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSully committed May 20, 2019
1 parent 4333615 commit 7617a87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/networking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,6 @@ int writeToClient(int fd, client *c, int handler_installed) {
}
else
{
lock.unlock();
freeClientAsync(c);
}
return C_ERR;
Expand Down

0 comments on commit 7617a87

Please sign in to comment.