libDtHelp: Cov 88381

This commit is contained in:
Peter Howkins
2018-08-11 01:28:57 +01:00
parent 6a15c3deaa
commit ddaa606d36

View File

@@ -729,6 +729,10 @@ _DtHelpCeGetCcdfIdPath (
(*ret_ids)[idCount] = topicId; (*ret_ids)[idCount] = topicId;
idCount++; idCount++;
} }
else
{
free(topicId);
}
return idCount; return idCount;