Commit 9b7b5ff
committed
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 #5701 parent d723655 commit 9b7b5ff
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | 613 | | |
618 | 614 | | |
619 | 615 | | |
| |||
1208 | 1204 | | |
1209 | 1205 | | |
1210 | 1206 | | |
1211 | | - | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
1212 | 1211 | | |
1213 | 1212 | | |
1214 | 1213 | | |
| |||
0 commit comments