diff options
author | runge <[email protected]> | 2010-12-21 12:04:02 -0500 |
---|---|---|
committer | runge <[email protected]> | 2010-12-21 12:04:02 -0500 |
commit | 365a22c63cb292ea494f39ebc48a37e322e5eb14 (patch) | |
tree | ca6e87ab396ee00a837b09b2c6cede62aec69dae /x11vnc/macosx.c | |
parent | d4fabc217e8cd02aca4d248229bb8a030b2bbfe2 (diff) | |
download | libtdevnc-365a22c63cb292ea494f39ebc48a37e322e5eb14.tar.gz libtdevnc-365a22c63cb292ea494f39ebc48a37e322e5eb14.zip |
x11vnc: touchscreen uinput support and Java viewer mousewheel support. See x11vnc/ChangeLog for rest.
Diffstat (limited to 'x11vnc/macosx.c')
-rw-r--r-- | x11vnc/macosx.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |