[object] Handle mallocation error in set_user_data
Should make bots happy.
This commit is contained in:
parent
548bad221c
commit
cb47dca74c
|
@ -69,7 +69,7 @@ struct hb_lockable_set_t
|
||||||
item = items.push (v);
|
item = items.push (v);
|
||||||
l.unlock ();
|
l.unlock ();
|
||||||
}
|
}
|
||||||
return item;
|
return items.in_error () ? nullptr : item;
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
|
Loading…
Reference in New Issue