test: process: Initialise member variables
The ProcessTest() declares member variables but leaves them unitialised. Set them appropriately from the constructor. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
ee35abb7c7
commit
122892d1bc
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class ProcessTest : public Test
|
|||
{
|
||||
public:
|
||||
ProcessTest()
|
||||
: exitStatus_(Process::NotExited), exitCode_(-1)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue