mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 05:37:37 +00:00
Deallocate string.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23231 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e3e99c086c
commit
e4855381f4
@ -544,6 +544,7 @@ static void update_font(void)
|
||||
desc.italic = val;
|
||||
|
||||
render_context.font = ass_font_new(priv->library, priv->ftlibrary, priv->fontconfig_priv, &desc);
|
||||
free(desc.family);
|
||||
|
||||
if (render_context.font)
|
||||
change_font_size(render_context.font_size);
|
||||
|
Loading…
Reference in New Issue
Block a user