]> granicus.if.org Git - libass/commit
Destroy harfbuzz faces before freetype faces
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 29 Dec 2014 00:34:47 +0000 (16:34 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 29 Dec 2014 00:34:47 +0000 (16:34 -0800)
commit76d1f6c0aba745e83b1b2033e7a5b598ab3471d0
treeef1a5c93da60374a212e49324bc3b00cce077d88
parent507ae26358a491c7f665d32a3e07c2f176d152e9
Destroy harfbuzz faces before freetype faces

HarfBuzz faces reference the FreeType faces.  Destroying FT faces first can cause crash in HB destruction code:

  https://bugs.freedesktop.org/show_bug.cgi?id=86300
libass/ass_font.c