commit | 139443663368617b30b70cf6912e9577ecbb845f | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Oct 16 00:07:55 2024 |
committer | Werner Lemberg <wl@gnu.org> | Wed Oct 16 03:08:22 2024 |
tree | 0a9f6e633cf263ffd4fc37ab8dc0b2f06d7f5a3f | |
parent | f02bffad0fd57f3acfa835c3f2899c5b71ff8be0 [diff] |
Move generic destroy to later in the face and size destruction. * src/base/ftobjs.c (destroy_size, destroy_face): This is such that the generic destroy can be used to call `FT_Done_Library`. For that to work, it needs to call it *after* having removed the face from the respective module.