diff --git a/test/process/process_test.cpp b/test/process/process_test.cpp
index 701f156b5053..f3cabe0a36c7 100644
--- a/test/process/process_test.cpp
+++ b/test/process/process_test.cpp
@@ -35,6 +35,7 @@ class ProcessTest : public Test
 {
 public:
 	ProcessTest()
+		: exitStatus_(Process::NotExited), exitCode_(-1)
 	{
 	}
 
