Skip to content

Don't try to destroy NULL condition variables

Simon McVittie requested to merge smcv/libx11:issue155 into master

This avoids a segfault during error-unwinding if an invalid display name is passed to XOpenDisplay().

Fixes: 8a368d80 "Fix two memory leaks in _XFreeX11XCBStructure()"
Resolves: #155 (closed)
Signed-off-by: Simon McVittie smcv@debian.org

Merge request reports