freetype: fix a segfault introduced in [21339]
FcConfigSetCurrent( p_sys->p_fontconfig ) is useless since we already use that configuration, and it will destroy it. So, when we want to destroy it again when freetype module is closed, CRASH.
Showing
Please register or sign in to comment