mirror of https://github.com/intel/gmmlib.git
Handle out of memory case (#193)
This commit is contained in:
parent
0d744fbcd2
commit
fdd1f774a8
|
@ -1005,6 +1005,10 @@ GMM_CLIENT ClientType)
|
|||
this->GtSysInfo = *pGtSysInfo;
|
||||
|
||||
this->pPlatformInfo = CreatePlatformInfo(Platform, false);
|
||||
if(this->pPlatformInfo == NULL)
|
||||
{
|
||||
return GMM_ERROR;
|
||||
}
|
||||
|
||||
OverrideSkuWa();
|
||||
|
||||
|
|
Loading…
Reference in New Issue