]> granicus.if.org Git - libass/commit
Clear free list on renderer uninit
authorGrigori Goronzy <greg@blackbox>
Thu, 16 Jul 2009 18:57:39 +0000 (20:57 +0200)
committerGrigori Goronzy <greg@blackbox>
Thu, 16 Jul 2009 18:59:20 +0000 (20:59 +0200)
commit4ebb07452a0d5026dc9b21c95d76ab757ae41c48
tree11b2c60ce2d54c791cedec4ead2b616fe7845dac
parented8ecf731cc77292e613b7cfe13fa64068040c97
Clear free list on renderer uninit

The vector clip support introduced a free list that gets freed on
every new frame.  Factor out the code for freeing it into a separate
function and make sure it is called when uniniting the ass_renderer.
libass/ass_render.c