Initialize variable.

This commit is contained in:
Hisham Muhammad 2006-11-08 20:09:12 +00:00
parent b25ac6b0f7
commit 46b35b2c7f
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ Process* Process_new(struct ProcessList_ *pl) {
this->utime = 0;
this->stime = 0;
this->comm = NULL;
this->indent = 0;
if (Process_getuid == -1) Process_getuid = getuid();
return this;
}