Commit 15f69488 authored by Mike Gabriel's avatar Mike Gabriel

nx-X11/lib/include/xtrans/Xtrans.c: Regression fix for 913fcf1a.

Remove one over-zealous free() call. Thanks to Ulrich Sibiller for spotting this.
parent 7bb23806
......@@ -1004,7 +1004,6 @@ TRANS(GetPeerAddr) (XtransConnInfo ciptr, int *familyp, int *addrlenp,
return -1;
}
memcpy(*addrp, ciptr->peeraddr, ciptr->peeraddrlen);
free(addrp);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment