mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
fix: segfault when TEXT is missing and build with x11
This commit is contained in:
parent
ef13d53938
commit
dc9e6436cc
@ -7520,7 +7520,7 @@ void clean_up(void)
|
|||||||
info.cpu_usage = NULL;
|
info.cpu_usage = NULL;
|
||||||
}
|
}
|
||||||
#ifdef X11
|
#ifdef X11
|
||||||
if (output_methods & TO_X) {
|
if (x_initialised == YES) {
|
||||||
#ifdef HAVE_XDBE
|
#ifdef HAVE_XDBE
|
||||||
if (use_xdbe) {
|
if (use_xdbe) {
|
||||||
XdbeDeallocateBackBufferName(display, window.back_buffer);
|
XdbeDeallocateBackBufferName(display, window.back_buffer);
|
||||||
|
Loading…
Reference in New Issue
Block a user