Mercurial > mplayer.hg
diff LICENSE @ 23212:c932f521344d
In ass_font_new, allocate temporary ass_font_t on stack and return the pointer
to cache-owned copy. This fixes leaked ass_font_t struct.
Without this, font pointers obtained from ass_font_new() and
ass_font_cache_find() were different, and bitmaps rendered with the first one
could not be located in the cache later.
author | eugeni |
---|---|
date | Thu, 03 May 2007 19:26:43 +0000 |
parents | 401b440a6d76 |
children | e83eef58b30a |