diff options
author | Quentin BUATHIER <[email protected]> | 2018-08-09 09:33:59 +0200 |
---|---|---|
committer | Quentin BUATHIER <[email protected]> | 2018-08-09 10:05:37 +0200 |
commit | cedae6e6f97b14f5df3ea7c5f7efd59f2bc9ad82 (patch) | |
tree | 253664b8a90865a6d68458156d6bec3c79640b7d /rfb | |
parent | 96e163bdae65aa2c68e4301cf9ebe29e9f53f3d9 (diff) | |
download | libtdevnc-cedae6e6f97b14f5df3ea7c5f7efd59f2bc9ad82.tar.gz libtdevnc-cedae6e6f97b14f5df3ea7c5f7efd59f2bc9ad82.zip |
Fix the concurrent issue hapenning between the freeing of the client and the clientOutput thread
Diffstat (limited to 'rfb')
-rw-r--r-- | rfb/rfb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -465,6 +465,7 @@ typedef struct _rfbClientRec { int protocolMinorVersion; #ifdef LIBVNCSERVER_HAVE_LIBPTHREAD + int pipe_notify_client_thread[2]; pthread_t client_thread; #endif |