libDtHelp: Fix a regression with the Help Index pages caused by an overzealous Coverity fix
This commit is contained in:
@@ -510,9 +510,6 @@ static Boolean GetVolumeInfoCB (
|
|||||||
*ret_docId = locDocId ? locDocId : XtNewString(&empty);
|
*ret_docId = locDocId ? locDocId : XtNewString(&empty);
|
||||||
if (ret_timeStamp)
|
if (ret_timeStamp)
|
||||||
*ret_timeStamp = locTimeStamp?locTimeStamp:XtNewString(&empty);
|
*ret_timeStamp = locTimeStamp?locTimeStamp:XtNewString(&empty);
|
||||||
|
|
||||||
free(locDocId);
|
|
||||||
free(locTimeStamp);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ret_nameKey)
|
if (ret_nameKey)
|
||||||
|
|||||||
Reference in New Issue
Block a user