Merge pull request #133 from glyptodon/rdp-disconnect-leaks GUAC-1164: Ensure RDP-related memory is freed between connect/disconnect cycles.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/f97a681f Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/f97a681f Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/f97a681f Branch: refs/heads/master Commit: f97a681f1d521dd8257199e00b0c5c0efa2055b7 Parents: 3614c48 1cb4325 Author: James Muehlner <[email protected]> Authored: Fri Mar 18 14:40:55 2016 -0700 Committer: James Muehlner <[email protected]> Committed: Fri Mar 18 14:40:55 2016 -0700 ---------------------------------------------------------------------- src/common-ssh/guac_ssh.c | 3 ++ src/common-ssh/guac_ssh_key.c | 1 + src/libguac/client.c | 1 + src/protocols/rdp/input.c | 6 ++-- src/protocols/rdp/rdp.c | 32 ++++++++++++------- src/protocols/rdp/rdp_settings.c | 58 +++++++++++++++++++++++++++-------- src/protocols/rdp/rdp_stream.c | 33 ++++++++++++-------- 7 files changed, 95 insertions(+), 39 deletions(-) ----------------------------------------------------------------------
