libX11: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Aug 9 20:08:18 UTC 2025
src/KeysymStr.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 622de26180b295eddd39bd4be1528f2358885095
Author: Keith Packard <keithp at keithp.com>
Date: Mon Aug 22 20:44:32 2022 -0700
Avoid memory leak in XKeysymToString
Instead of calling malloc each time this function is invoked, use
the Quark database to ensure the return value lasts forever while not
leaking memory.
Signed-off-by: Keith Packard <keithp at keithp.com>
Signed-off-by: Peter Harris <pharris2 at rocketsoftware.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libx11/-/merge_requests/282>
More information about the xorg-commit
mailing list