From cedae6e6f97b14f5df3ea7c5f7efd59f2bc9ad82 Mon Sep 17 00:00:00 2001 From: Quentin BUATHIER Date: Thu, 9 Aug 2018 09:33:59 +0200 Subject: Fix the concurrent issue hapenning between the freeing of the client and the clientOutput thread --- rfb/rfb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rfb') diff --git a/rfb/rfb.h b/rfb/rfb.h index 3d6d31e..9c60f3d 100644 --- a/rfb/rfb.h +++ b/rfb/rfb.h @@ -465,6 +465,7 @@ typedef struct _rfbClientRec { int protocolMinorVersion; #ifdef LIBVNCSERVER_HAVE_LIBPTHREAD + int pipe_notify_client_thread[2]; pthread_t client_thread; #endif -- cgit v1.2.1