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

libDtHelp: Fix another regression caused by Coverity fix, clicking 'Help Manager' works again.

This commit is contained in:
Peter Howkins 2018-11-07 17:04:59 +00:00
parent fff0c54538
commit cb4075e855

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