• Ulrich Sibiller's avatar
    Fix memleaks: Free devPrivates of devices on shutdown · 4dd1f3cb
    Ulrich Sibiller authored
    Fixes these two memory leaks identified by valgrind:
    
    ==28336== 32 (8 direct, 24 indirect) bytes in 1 blocks are definitely lost in loss record 180 of 308
    ==28336==    at 0x48356AF: malloc (vg_replace_malloc.c:298)
    ==28336==    by 0x4837DE7: realloc (vg_replace_malloc.c:826)
    ==28336==    by 0x1AE322: AllocateDevicePrivate (privates.c:439)
    ==28336==    by 0x27527B: XkbSetExtension (xkbActions.c:72)
    ==28336==    by 0x198E9B: _RegisterPointerDevice (devices.c:361)
    ==28336==    by 0x1DBA35: InitInput (Init.c:440)
    ==28336==    by 0x14DBD6: main (main.c:303)
    ==28336==
    ==28336== 32 (8 direct, 24 indirect) bytes in 1 blocks are definitely lost in loss record 181 of 308
    ==28336==    at 0x48356AF: malloc (vg_replace_malloc.c:298)
    ==28336==    by 0x4837DE7: realloc (vg_replace_malloc.c:826)
    ==28336==    by 0x1AE322: AllocateDevicePrivate (privates.c:439)
    ==28336==    by 0x27527B: XkbSetExtension (xkbActions.c:72)
    ==28336==    by 0x198F1B: _RegisterKeyboardDevice (devices.c:384)
    ==28336==    by 0x1DBA3D: InitInput (Init.c:441)
    ==28336==    by 0x14DBD6: main (main.c:303)
    4dd1f3cb
Name
Last commit
Last update
debian Loading commit data...
doc Loading commit data...
etc Loading commit data...
m4 Loading commit data...
nx-X11 Loading commit data...
nxcomp Loading commit data...
nxcompshad Loading commit data...
nxdialog Loading commit data...
nxproxy Loading commit data...
testscripts Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
LICENSE Loading commit data...
LICENSE.nxcomp Loading commit data...
Makefile Loading commit data...
README.NX-development Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
fix-patch-whitespace Loading commit data...
make-changelog.sh Loading commit data...
mesa-quilt Loading commit data...
nx-libs.spec Loading commit data...
regenerate-symbol-docs.sh Loading commit data...
replace.sh Loading commit data...
roll-tarballs.sh Loading commit data...
run-static-analysis.sh Loading commit data...
version.sh Loading commit data...