From 365a22c63cb292ea494f39ebc48a37e322e5eb14 Mon Sep 17 00:00:00 2001 From: runge Date: Tue, 21 Dec 2010 12:04:02 -0500 Subject: x11vnc: touchscreen uinput support and Java viewer mousewheel support. See x11vnc/ChangeLog for rest. --- x11vnc/macosx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'x11vnc/macosx.c') diff --git a/x11vnc/macosx.c b/x11vnc/macosx.c index b3cff79..4b13528 100644 --- a/x11vnc/macosx.c +++ b/x11vnc/macosx.c @@ -241,6 +241,7 @@ char *macosx_console_guess(char *str, int *fd) { q = (char *) malloc(strlen("map:macosx:") + strlen(file) + 1 + strlen(atparms) + 1); sprintf(q, "map:macosx:%s@%s", file, atparms); + free(atparms); return q; } -- cgit v1.2.1