[draw] Fix regression from e0a5231657
This commit is contained in:
parent
d15041be7d
commit
f8544cbfc0
|
@ -120,6 +120,7 @@ hb_draw_funcs_set_##name##_func (hb_draw_funcs_t *dfuncs, \
|
|||
if (dfuncs->destroy) \
|
||||
dfuncs->destroy->name = nullptr; \
|
||||
} \
|
||||
return; \
|
||||
\
|
||||
fail: \
|
||||
if (destroy) \
|
||||
|
|
Loading…
Reference in New Issue