1
0
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:
Alexander Graf 2009-02-08 16:16:12 +01:00
parent 1ac4104e0b
commit e6c9ff751c

View File

@ -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;