Mercurial > mplayer.hg
comparison loader/module.c @ 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 | efc774a1e5a4 |
children | ea192b86100e |
comparison
equal
deleted
inserted
replaced
23211:d9b4bfea1093 | 23212:c932f521344d |
---|