libDtHelp: Cov 88162
This commit is contained in:
@@ -2020,7 +2020,10 @@ _DtHelpDALoadGraphic (
|
|||||||
{
|
{
|
||||||
fileName = (char *) malloc (strlen(vol_xid) + strlen (file_xid) + 2);
|
fileName = (char *) malloc (strlen(vol_xid) + strlen (file_xid) + 2);
|
||||||
if (fileName == NULL)
|
if (fileName == NULL)
|
||||||
|
{
|
||||||
|
free(pGS);
|
||||||
return -1;
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
strcpy(fileName, vol_xid);
|
strcpy(fileName, vol_xid);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user