aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-06-23 21:39:51 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-06-23 21:39:51 +0200
commit4a440feaf5c4ff7ac8d944a7a9832444fca924d3 (patch)
tree4356a989e631c00f23dd12bce627b04c6e1172a9 /nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
parentabf3741362f4c200945db6403fcd54df6754d4af (diff)
parent3aabc92cf81f20b89dc49e8db3c56ad9fa08481b (diff)
downloadnx-libs-4a440feaf5c4ff7ac8d944a7a9832444fca924d3.tar.gz
nx-libs-4a440feaf5c4ff7ac8d944a7a9832444fca924d3.tar.bz2
nx-libs-4a440feaf5c4ff7ac8d944a7a9832444fca924d3.zip
Merge branch 'uli42-pr/fix_xkb_privates' into 3.6.x
Attributes GH PR #818: https://github.com/ArcticaProject/nx-libs/pull/818
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Keyboard.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Keyboard.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
index 4952c0197..6fbc66481 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
@@ -1034,14 +1034,6 @@ Reply Total Cached Bits In Bits Out Bits/Reply Ratio
fprintf(stderr, "nxagentKeyboardProc: Called for [DEVICE_CLOSE].\n");
#endif
- for (int i = 0; i < pDev->nPrivates; i++)
- {
- free(pDev->devPrivates[i].ptr);
- pDev->devPrivates[i].ptr = NULL;
- }
- free(pDev->devPrivates);
- pDev->devPrivates = NULL;
-
break;
}