[X2Go-Commits] [nx-libs] 12/28: Args.c: remove superfluous SAFE_free() call
git-admin at x2go.org
git-admin at x2go.org
Mon May 16 22:01:46 CEST 2022
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 5a6928f86a2b7ee7e416fde592940dab862b714a
Author: Ulrich Sibiller <uli42 at gmx.de>
Date: Mon Oct 18 22:18:06 2021 +0200
Args.c: remove superfluous SAFE_free() call
---
nx-X11/programs/Xserver/hw/nxagent/Args.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Args.c b/nx-X11/programs/Xserver/hw/nxagent/Args.c
index 1341840c7..174873e51 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Args.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Args.c
@@ -697,8 +697,6 @@ int ddxProcessArgument(int argc, char *argv[], int i)
#ifdef TEST
fprintf(stderr, "%s: changing nxagentKeyboard from [null/null] to [clone].\n", __func__);
#endif
-
- SAFE_free(nxagentKeyboard);
nxagentKeyboard = strdup("clone");
}
else
--
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