libDtHelp: Cov 88381

This commit is contained in:
Peter Howkins 2018-08-11 01:28:57 +01:00
parent 6a15c3deaa
commit ddaa606d36
1 changed files with 4 additions and 0 deletions

View File

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