mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
libDtHelp: Fix a regression with the Help Index pages caused by an overzealous Coverity fix
This commit is contained in:
parent
59dc231872
commit
fff0c54538
1 changed files with 0 additions and 3 deletions
|
@ -510,9 +510,6 @@ static Boolean GetVolumeInfoCB (
|
|||
*ret_docId = locDocId ? locDocId : XtNewString(&empty);
|
||||
if (ret_timeStamp)
|
||||
*ret_timeStamp = locTimeStamp?locTimeStamp:XtNewString(&empty);
|
||||
|
||||
free(locDocId);
|
||||
free(locTimeStamp);
|
||||
}
|
||||
|
||||
if (ret_nameKey)
|
||||
|
|
Loading…
Reference in a new issue