mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 00:58:36 +00:00
Fix memleak when build with X11 but turned off in config
This commit is contained in:
parent
dc4087fcff
commit
f6472cbbb5
@ -8045,6 +8045,7 @@ static void load_config_file(const char *f)
|
||||
} else {
|
||||
output_methods &= ~TO_X;
|
||||
x_initialised = NEVER;
|
||||
free(fonts); //in set_default_configurations a font is set
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user