Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "libvncserver: detach client thread before ending it"
This reverts commit 8560a5a. It caused several crashes when ending a server: client threads would sometimes linger around until after the server was stopped and its rfbScreen internals free()ed, with these client threads trying to access rfbScreen and friends: 💣. Reopens #570
- Loading branch information