mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
Merge branch 'master' into lua-config
This commit is contained in:
commit
fbec1252a1
@ -2485,7 +2485,7 @@ void clean_up_x11(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
void free_specials(special_t *current) {
|
||||
void free_specials(special_t *¤t) {
|
||||
if (current) {
|
||||
free_specials(current->next);
|
||||
if(current->type == GRAPH)
|
||||
|
Loading…
Reference in New Issue
Block a user