dtsession: Coverity (memory corruption, moderate)

This commit is contained in:
Jon Trulson
2014-12-26 17:23:16 -07:00
parent 055d98cafb
commit 611dda1831
3 changed files with 5 additions and 5 deletions

View File

@@ -1815,7 +1815,7 @@ static int
RestoreClients( void )
{
unsigned char *lineP, *string;
char *pch, *dispPtr;
char *pch, *dispPtr = NULL;
char *dispEnv, *dispSav, *dispEnvHelpview, *dispSavHelpview;
unsigned char *hostPtr=NULL, *cmdPtr=NULL, *hintPtr = NULL;
unsigned char *remoteDisplay;