diff --git a/ksysguardd/Linux/diskstat.c b/ksysguardd/Linux/diskstat.c --- a/ksysguardd/Linux/diskstat.c +++ b/ksysguardd/Linux/diskstat.c @@ -137,7 +137,7 @@ if(strcmp(disk_info_new->mntpnt, disk_info_old->mntpnt) == 0) { free( remove_ctnr( OldDiskStatList ) ); found = 1; - continue; + break; } } if(!found) {