mike-jumper opened a new pull request #326: URL: https://github.com/apache/guacamole-server/pull/326
Older versions of libvncclient did not free all memory within `rfbClientCleanup()`, but this has been corrected as of their 0.9.12 release. As guacamole-server may well be built against older versions of libvncclient, we can't simply remove the manual `free()` calls, but we should be sure to set any memory that we free ourselves to `NULL` so that `rfbClientCleanup()` does not attempt to free it again. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
