mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 12:27:52 +00:00
Also free process list when ${top_time} is used
This commit is contained in:
parent
1ac4104e0b
commit
e6c9ff751c
@ -1440,6 +1440,7 @@ static void free_text_objects(struct text_object *root)
|
||||
break;
|
||||
case OBJ_top:
|
||||
case OBJ_top_mem:
|
||||
case OBJ_top_time:
|
||||
if (info.first_process) {
|
||||
free_all_processes();
|
||||
info.first_process = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user