This commit is contained in:
Behdad Esfahbod 2018-11-11 16:47:52 -05:00
parent 1beacdded9
commit 1fd183ee1c
1 changed files with 1 additions and 4 deletions

View File

@ -780,12 +780,9 @@ struct hb_lazy_loader_t : hb_data_wrapper_t<Data, WheresData>
do_destroy (p);
}
inline Stored * do_create (void) const
{
}
static inline void do_destroy (Stored *p)
{
if (p && p != Funcs::get_null ())
if (p)
Funcs::destroy (p);
}