summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Process.c b/Process.c
index 50aac7cb..e0d9b352 100644
--- a/Process.c
+++ b/Process.c
@@ -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;
}