libDtHelp: Cov 88240
This commit is contained in:
parent
a97c7370a5
commit
f74bf1a29f
|
|
@ -684,7 +684,11 @@ AllocateSegments (
|
|||
priv = (FrmtPrivateInfo *) realloc ((void *) priv,
|
||||
sizeof(FrmtPrivateInfo) * new_size);
|
||||
if (NULL == priv)
|
||||
{
|
||||
free(p_seg);
|
||||
p_seg = NULL;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
* reattach the private information with their segments.
|
||||
|
|
|
|||
Loading…
Reference in New Issue