summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_fontselect.c')
-rw-r--r--libass/ass_fontselect.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libass/ass_fontselect.c b/libass/ass_fontselect.c
index fbdface..a71ad4e 100644
--- a/libass/ass_fontselect.c
+++ b/libass/ass_fontselect.c
@@ -1031,10 +1031,6 @@ void ass_fontselect_free(ASS_FontSelector *priv)
if (priv->embedded_provider)
ass_font_provider_free(priv->embedded_provider);
- // XXX: not quite sure, maybe we should track all registered
- // providers and free them right here. or should that be the
- // responsibility of the library user?
-
free(priv->font_infos);
free(priv->path_default);
free(priv->family_default);