1
0
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:
Nikolas Garofil 2010-11-14 15:25:17 +01:00
commit fbec1252a1

View File

@ -2485,7 +2485,7 @@ void clean_up_x11(void)
}
#endif
void free_specials(special_t *current) {
void free_specials(special_t *&current) {
if (current) {
free_specials(current->next);
if(current->type == GRAPH)