Commit c2941772 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

freetype: fix memory leak

parent 77b3f798
......@@ -2999,6 +2999,7 @@ static void Destroy( vlc_object_t *p_this )
if( p_sys->p_xml ) xml_ReaderDelete( p_sys->p_xml );
free( p_sys->psz_fontfamily );
free( p_sys->psz_monofontfamily );
#ifdef _WIN32
free( p_sys->psz_win_fonts_path );
......
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