Change-Id: Ibec2afc3426fc4c555d765a9eaaf993064932147
// Extract the properties
types::typed_list one (1, new types::Double(1));
types::InternalType* properties = pUT->extract(&one);
- if (!properties->isString())
+ if (!properties || !properties->isString())
{
Scierror(999, _("%s: Could not read the argument #%d properties.\n"), "getfield", 2);
one[0]->killMe();