summaryrefslogtreecommitdiffstats
path: root/x11vnc/cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/cleanup.c')
-rw-r--r--x11vnc/cleanup.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11vnc/cleanup.c b/x11vnc/cleanup.c
index 38edec3..bd0d91f 100644
--- a/x11vnc/cleanup.c
+++ b/x11vnc/cleanup.c
@@ -126,6 +126,18 @@ void clean_up_exit (int ret) {
ssl_helper_pid(0, 0); /* killall */
}
+#ifdef MACOSX
+ if (client_connect_file) {
+ if (strstr(client_connect_file, "/tmp/x11vnc-macosx-channel.")
+ == client_connect_file) {
+ unlink(client_connect_file);
+ }
+ }
+ if (! dpy) {
+ macosxCG_fini();
+ }
+#endif
+
if (! dpy) exit(ret); /* raw_rb hack */
/* X keyboard cleanups */
OpenPOWER on IntegriCloud