mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +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;
|
||||
}
|
||||
#ifdef X11
|
||||
if (output_methods & TO_X) {
|
||||
if (x_initialised == YES) {
|
||||
#ifdef HAVE_XDBE
|
||||
if (use_xdbe) {
|
||||
XdbeDeallocateBackBufferName(display, window.back_buffer);
|
||||
|
Loading…
Reference in New Issue
Block a user