]> git.sesse.net Git - vlc/commit
Fix double free and a 1 octet per subtitle memleak
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 17 Mar 2007 00:31:51 +0000 (00:31 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 17 Mar 2007 00:31:51 +0000 (00:31 +0000)
commit43b0f24c15b32026b1ba620dd7810598821e270a
tree7f38fe657757c7e601727c6db1a6b8435d74a1bf
parent89036e188e38d164d30cb4d430b3b0ddf39d4433
Fix double free and a 1 octet per subtitle memleak
Due to the False in strem_MemoryNew it was clearing psz_html in strem_Delete
and it was leaking the \0 at the end of the string
modules/misc/freetype.c