m[set] Recover set from error in .reset()

This commit is contained in:
Behdad Esfahbod 2020-06-28 21:02:51 -07:00
parent 445efe8d04
commit 6d83d44052
1 changed files with 1 additions and 1 deletions

View File

@ -258,8 +258,8 @@ struct hb_set_t
{
if (unlikely (hb_object_is_immutable (this)))
return;
clear ();
successful = true;
clear ();
}
void clear ()