Commit f54a0021 authored by Rémi Duraffort's avatar Rémi Duraffort

fontconfig: fix memleak (typo).

parent bfe559d0
......@@ -438,7 +438,7 @@ error:
#endif
if( p_sys->p_face ) FT_Done_Face( p_sys->p_face );
if( p_sys->p_library ) FT_Done_FreeType( p_sys->p_library );
free( psz_fontfile );
free( psz_fontfamily );
free( p_sys );
return VLC_EGENERIC;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment