[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) \
|
if (dfuncs->destroy) \
|
||||||
dfuncs->destroy->name = nullptr; \
|
dfuncs->destroy->name = nullptr; \
|
||||||
} \
|
} \
|
||||||
|
return; \
|
||||||
\
|
\
|
||||||
fail: \
|
fail: \
|
||||||
if (destroy) \
|
if (destroy) \
|
||||||
|
|
Loading…
Reference in New Issue