Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libvncserver: detach client thread before ending it
Before, we were joining the thread in rfbShutdownServer(), which cleaned up after its resources in that case, but there was no cleanup when a client disconnected on its own, as noted in #570. Closes #570. Builds upon and closes #574.
- Loading branch information