libDtHelp: Cov 88365
This commit is contained in:
@@ -2654,6 +2654,7 @@ _DtHelpCeIsTopTopic (
|
|||||||
if (_DtHelpCeMapCcdfTargetToId(vol, id, &topicId) == 0 &&
|
if (_DtHelpCeMapCcdfTargetToId(vol, id, &topicId) == 0 &&
|
||||||
_DtHelpCeGetCcdfTopTopic(vol, &topId) == 0)
|
_DtHelpCeGetCcdfTopTopic(vol, &topId) == 0)
|
||||||
result = _DtHelpCeStrCaseCmpLatin1(topId, topicId);
|
result = _DtHelpCeStrCaseCmpLatin1(topId, topicId);
|
||||||
|
free(topicId);
|
||||||
}
|
}
|
||||||
else if (_DtHelpCeMapIdToSdlTopicId(vol, id, &topicId) == 0)
|
else if (_DtHelpCeMapIdToSdlTopicId(vol, id, &topicId) == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user