From: Grigori Goronzy Date: Mon, 7 Sep 2015 08:56:59 +0000 (+0200) Subject: fontselect: remove outdated remark X-Git-Tag: 0.13.0~28^2^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a560cf94634f0c704c60cc75a514dddd0af6e1d;p=libass 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. --- 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);