1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Merge branch 'master' into utf8-conversion-2

This commit is contained in:
Jon Trulson 2018-11-07 11:24:00 -07:00
commit 965e5c0384
2 changed files with 0 additions and 4 deletions

View file

@ -2654,7 +2654,6 @@ _DtHelpCeIsTopTopic (
if (_DtHelpCeMapCcdfTargetToId(vol, id, &topicId) == 0 &&
_DtHelpCeGetCcdfTopTopic(vol, &topId) == 0)
result = _DtHelpCeStrCaseCmpLatin1(topId, topicId);
free(topicId);
}
else if (_DtHelpCeMapIdToSdlTopicId(vol, id, &topicId) == 0)
{

View file

@ -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)