libDtHelp: Fix another regression caused by Coverity fix, clicking 'Help Manager...
authorPeter Howkins <flibble@users.sf.net>
Wed, 7 Nov 2018 17:04:59 +0000 (17:04 +0000)
committerPeter Howkins <flibble@users.sf.net>
Wed, 7 Nov 2018 17:04:59 +0000 (17:04 +0000)
cde/lib/DtHelp/Access.c

index bd08c941cb838b93bbf6b74f5315eaf4fae65f27..5b2ac47508e9728278ce9f9c7b06d1c386b6d347 100644 (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)
       {