summaryrefslogtreecommitdiffstats
path: root/libvncserver/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvncserver/main.c')
-rw-r--r--libvncserver/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvncserver/main.c b/libvncserver/main.c
index ee5af4a..3af90ca 100644
--- a/libvncserver/main.c
+++ b/libvncserver/main.c
@@ -982,7 +982,12 @@ void rfbScreenCleanup(rfbScreenInfoPtr screen)
TINI_MUTEX(screen->cursorMutex);
if(screen->cursor && screen->cursor->cleanup)
rfbFreeCursor(screen->cursor);
+
+ rfbRRECleanup(screen);
+ rfbCoRRECleanup(screen);
+ rfbUltraCleanup(screen);
#ifdef LIBVNCSERVER_HAVE_LIBZ
+ rfbZlibCleanup(screen);
#ifdef LIBVNCSERVER_HAVE_LIBJPEG
rfbTightCleanup(screen);
#endif