libDtHelp: Fix another regression caused by Coverity fix, clicking 'Help Manager' works again.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user