From 964aa1628f2cc4fac17c22dc89fc2439bd87b00e Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 29 Jul 2003 15:02:33 +0000 Subject: further valgrinding showed leaked mallocs --- rfb/rfb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rfb/rfb.h') diff --git a/rfb/rfb.h b/rfb/rfb.h index fa66916..7acec11 100644 --- a/rfb/rfb.h +++ b/rfb/rfb.h @@ -635,6 +635,8 @@ extern Bool rfbSendRectEncodingTight(rfbClientPtr cl, int x,int y,int w,int h); /* cursor.c */ typedef struct rfbCursor { + /* set this to true if LibVNCServer has to free this cursor */ + Bool cleanup, cleanupSource, cleanupMask, cleanupRichSource; unsigned char *source; /* points to bits */ unsigned char *mask; /* points to bits */ unsigned short width, height, xhot, yhot; /* metrics */ -- cgit v1.2.1