jseifeddine commented on code in PR #534: URL: https://github.com/apache/guacamole-server/pull/534#discussion_r2134872305
########## src/protocols/rdp/settings.c: ########## @@ -1375,6 +1480,13 @@ void guac_rdp_settings_free(guac_rdp_settings* settings) { guac_mem_free(settings->sftp_port); guac_mem_free(settings->sftp_private_key); guac_mem_free(settings->sftp_username); Review Comment: duplicate ```bash guac_mem_free(settings->sftp_username); ``` -- 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. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org