diff --git a/system/critmon/critmon.c b/system/critmon/critmon.c index 8a7dcbec9..8a67dd22b 100644 --- a/system/critmon/critmon.c +++ b/system/critmon/critmon.c @@ -248,12 +248,14 @@ static int critmon_process_directory(FAR struct dirent *entryp) else { maxrun = "None"; + runtime = "None"; } } else { maxcrit = "None"; maxrun = "None"; + runtime = "None"; } /* Finally, output the stack info that we gleaned from the procfs */