[X2Go-Commits] [nx-libs] 02/02: nx-X11/lib/include/xtrans/Xtrans.c: Regression fix for 913fcf1a.

git-admin at x2go.org git-admin at x2go.org
Tue Jul 3 22:44:48 CEST 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit 15f69488dc712ac93714d17d2c4e88e09de187df
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jul 3 22:38:26 2018 +0200

    nx-X11/lib/include/xtrans/Xtrans.c: Regression fix for 913fcf1a.
    
     Remove one over-zealous free() call. Thanks to Ulrich Sibiller for
     spotting this.
---
 nx-X11/lib/include/xtrans/Xtrans.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nx-X11/lib/include/xtrans/Xtrans.c b/nx-X11/lib/include/xtrans/Xtrans.c
index 033dd6c..aa96462 100644
--- a/nx-X11/lib/include/xtrans/Xtrans.c
+++ b/nx-X11/lib/include/xtrans/Xtrans.c
@@ -1004,7 +1004,6 @@ TRANS(GetPeerAddr) (XtransConnInfo ciptr, int *familyp, int *addrlenp,
         return -1;
     }
     memcpy(*addrp, ciptr->peeraddr, ciptr->peeraddrlen);
-    free(addrp);
     return 0;
 }
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list