diff options
author | Pavel Roskin <plroskin@gmail.com> | 2017-03-14 20:39:40 -0700 |
---|---|---|
committer | jsorg71 <jay.sorg@gmail.com> | 2017-03-17 22:25:05 -0700 |
commit | fc2572f60b574cf5bc45f1c7b58698681f39ac50 (patch) | |
tree | e7992b84f7f076eccba90ab54e684e9760d6b035 /common | |
parent | a2d9272bc93fde7339599b04c54a65fefbdcab88 (diff) | |
download | xrdp-proprietary-fc2572f60b574cf5bc45f1c7b58698681f39ac50.tar.gz xrdp-proprietary-fc2572f60b574cf5bc45f1c7b58698681f39ac50.zip |
Remove chansrv_cleanup(), it doesn't do anything useful
xrdp_chansrv_%8.8x_main_term and xrdp_chansrv_%8.8x_thread_done are both
wait objects, not sockets. They are created and cleaned up in chansrv.c
Wait objects are pairs of file descriptors on POSIX. They are closed
automatically when the process exits.
On Windows, wait objects are handles that are closed by CloseHandle().
Those handles should also be closed on the process exit.
In any case, there is no way for a parent process to clean up file
handles of the child process.
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions