libDtUtil: Cov 88127

This commit is contained in:
Peter Howkins 2018-08-11 00:31:12 +01:00
parent 8982069031
commit e620df0d0d
1 changed files with 1 additions and 1 deletions

View File

@ -1557,7 +1557,7 @@ char *_DtHelpParseIdString(
char *pAccessFile = NULL;
char *tmpSpec=NULL;
char *returnStr=NULL;
char *strtok_ptr;
char *strtok_ptr=NULL;
tmpSpec = XtNewString(specification);