cmd: Fixed uninitialised field in WCMD_addCommand() (Valgrind).

oldstable
Yann Droneaud 2010-03-07 22:37:23 +01:00 committed by Alexandre Julliard
parent dfa200d1e8
commit 727df7a2ef
1 changed files with 2 additions and 0 deletions

View File

@ -1636,6 +1636,8 @@ static void WCMD_addCommand(WCHAR *command, int *commandLen,
} else {
thisEntry->command = NULL;
thisEntry->redirects = NULL;
thisEntry->pipeFile[0] = 0x00;
}
/* Fill in other fields */