mirror of
https://github.com/diamante0018/MonitorRam.git
synced 2025-05-09 14:04:55 +00:00
Safe
This commit is contained in:
parent
dd10c5e464
commit
3777d08bf3
@ -141,5 +141,6 @@ void analyse()
|
||||
checkStatus(status, &currRealMem, &peakRealMem, &currVirtMem, &peakVirtMem);
|
||||
isProcessWild(currRealMem, peakRealMem, currVirtMem, peakVirtMem, processID[i]);
|
||||
pclose(status);
|
||||
currRealMem = 0, peakRealMem = 0, currVirtMem = 0, peakVirtMem = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user