mike-jumper opened a new pull request #252: GUACAMOLE-935: Do not assign SVC plugin context as it may be automatically freed. URL: https://github.com/apache/guacamole-server/pull/252 FreeRDP version 2.0.0-rc0 and older will automatically free whatever `entry_points->pInterface` is set to when the channel plugin is unloaded. This doesn't happen in later versions, but will result in a double-free upon disconnect for 2.0.0-rc0 in our case. As we don't need `pInterface`, we can safely set this to `NULL` and avoid the issue entirely.
---------------------------------------------------------------- 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] With regards, Apache Git Services
