You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2016/03/20 03:25:20 UTC

[50/50] incubator-guacamole-server git commit: Merge pull request #133 from glyptodon/rdp-disconnect-leaks

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 <ja...@guac-dev.org>
Authored: Fri Mar 18 14:40:55 2016 -0700
Committer: James Muehlner <ja...@guac-dev.org>
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(-)
----------------------------------------------------------------------