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 88240

This commit is contained in:
Peter Howkins 2018-08-11 01:03:23 +01:00
parent a97c7370a5
commit f74bf1a29f

View file

@ -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.