Commit 4094b06c authored by Francois Cartegnie's avatar Francois Cartegnie

text_renderer: freetype: fix memleak

parent f033c000
......@@ -2344,6 +2344,7 @@ static void Destroy( vlc_object_t *p_this )
if( p_sys->p_xml ) xml_ReaderDelete( p_sys->p_xml );
free( p_sys->style.psz_fontname );
free( p_sys->style.psz_monofontname );
#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