libX11: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Mar 24 17:01:47 UTC 2022


 src/xcb_disp.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8a368d808fec166b5fb3dfe6312aab22c7ee20af
Author: Hodong <hodong at yozmos.com>
Date:   Thu Jan 20 00:57:41 2022 +0900

    Fix two memory leaks in _XFreeX11XCBStructure()
    
    Even when XCloseDisplay() was called, some memory was leaked.
    
    XCloseDisplay() calls _XFreeDisplayStructure(), which calls
    _XFreeX11XCBStructure().
    
    However, _XFreeX11XCBStructure() did not destroy the condition variables,
    resulting in the leaking of some 40 bytes.
    
    Signed-off-by: Hodong <hodong at yozmos.com>



More information about the xorg-commit mailing list