summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontselect.c
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2015-09-07 10:56:59 +0200
committerGrigori Goronzy <greg@chown.ath.cx>2015-09-07 10:56:59 +0200
commit4a560cf94634f0c704c60cc75a514dddd0af6e1d (patch)
tree6e6ab176073c95fa98a13b951e43ec06b3ea706a /libass/ass_fontselect.c
parent7fe2c2ec64d9ea9478d140639d66cd017d80e720 (diff)
downloadlibass-4a560cf94634f0c704c60cc75a514dddd0af6e1d.tar.bz2
libass-4a560cf94634f0c704c60cc75a514dddd0af6e1d.tar.xz
fontselect: remove outdated remark
fontselect is an internal only API for now. That said, it also seems much more sane to let library users deal with this resource management.
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);