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@yozmos.com>
parent
da97120f
Loading
Loading
Pipeline
#540497
passed
with stages
in
9 minutes and 39 seconds
Loading
-
mentioned in issue #155 (closed)
-
mentioned in merge request !128 (merged)
Please register or sign in to comment