diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-10-08 12:02:58 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-10-08 12:07:02 -0700 |
commit | 340dd95c6a566b01bfaf9ce2baa0b49f07e3ac22 (patch) | |
tree | fa1420899e51f1045338a313c90cdd7ec7eed4ce /src/xkbconfig.c | |
parent | a8c782571d3b2419404f3a623f4b5396cd5e7aa4 (diff) |
XkbChangeAtomDisplay: stop leaking atom name
Found by gcc 12 analyzer:
xkbatom.c: In function ‘XkbChangeAtomDisplay’:
xkbatom.c:218:16: warning: leak of ‘tmp’ [CWE-401] [-Wanalyzer-malloc-leak]
xkbatom.c:220:12: warning: leak of ‘tmp’ [CWE-401] [-Wanalyzer-malloc-leak]
220 | return XInternAtom(dpy, name, onlyIfExists);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fixes: 5e5bd09 ("Fix offline operation.")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/xkbconfig.c')
0 files changed, 0 insertions, 0 deletions