[object] Handle mallocation error in set_user_data

Should make bots happy.
pull/4094/head
Behdad Esfahbod 2 years ago
parent 548bad221c
commit cb47dca74c
  1. 2
      src/hb-object.hh

@ -69,7 +69,7 @@ struct hb_lockable_set_t
item = items.push (v);
l.unlock ();
}
return item;
return items.in_error () ? nullptr : item;
}
template <typename T>

Loading…
Cancel
Save