Skip to content
Commit 8a368d80 authored by Hodong's avatar Hodong Committed by Matt Turner
Browse files

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: default avatarHodong <hodong@yozmos.com>
parent da97120f
Loading
Loading
Loading
Pipeline #540497 passed with stages
in 9 minutes and 39 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment