[X2Go-Commits] libpam-x2go.git - x2gosession (branch) updated: 41bd001d8789275f225d326797d97f16eb568c2a

X2Go dev team git-admin at x2go.org
Wed Apr 24 18:47:22 CEST 2013


The branch, x2gosession has been updated
       via  41bd001d8789275f225d326797d97f16eb568c2a (commit)
      from  c9d2ec7ce6b7e7973ef21291578225888a4472ad (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 src/pam-freerdp.c |    2 ++
 1 file changed, 2 insertions(+)

The diff of changes is:
diff --git a/src/pam-freerdp.c b/src/pam-freerdp.c
index 14a8f6b..9fc43ed 100644
--- a/src/pam-freerdp.c
+++ b/src/pam-freerdp.c
@@ -299,6 +299,8 @@ pam_sm_open_session (pam_handle_t *pamh, int flags, int argc, const char ** argv
 		}
 	} else if (pid < 0) {
 		retval = PAM_SYSTEM_ERR;
+		close(socketfd);
+		free(buffer);
 	} else {
 		session_pid = pid;
 	}


hooks/post-receive
-- 
libpam-x2go.git (Remote login session via X2Go (PAM module))

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).




More information about the x2go-commits mailing list