libDtHelp: Cov 88365
authorPeter Howkins <flibble@users.sf.net>
Sat, 11 Aug 2018 00:26:59 +0000 (01:26 +0100)
committerPeter Howkins <flibble@users.sf.net>
Sat, 11 Aug 2018 00:26:59 +0000 (01:26 +0100)
cde/lib/DtHelp/Access.c

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