1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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;
idCount++;
}
else
{
free(topicId);
}
return idCount;