dthelp: Further coverity fixes

This commit is contained in:
Peter Howkins
2018-04-30 04:11:44 +01:00
parent c936a8c065
commit 48b97a4c41
15 changed files with 76 additions and 55 deletions

View File

@@ -483,7 +483,7 @@ char *partype(n)
void srefout(M_NOPAR)
{
LOGICAL first = TRUE ;
int *mapbysref ;
int *mapbysref = NULL;
SREFSTRUCT *srefp ;
SREFDATA *data ;
int count = 0 ;

View File

@@ -1563,7 +1563,7 @@ static void MarkUsedStyle(level, class, ssi)
#endif
{
ElementPtr pThis;
M_WCHAR *rlevel, *rclass, *rssi;
M_WCHAR *rlevel = NULL, *rclass = NULL, *rssi = NULL;
LOGICAL *pBeenUsed;
pThis = pTossChain;