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