]> git.sesse.net Git - vlc/commit
freetype: fix crash (wrong memory deallocation)
authorErwan Tulou <erwan10@videolan.org>
Fri, 9 Sep 2011 22:25:55 +0000 (00:25 +0200)
committerErwan Tulou <erwan10@videolan.org>
Mon, 12 Sep 2011 09:23:50 +0000 (11:23 +0200)
commit2224fa034a7a205ba9ec810e67e2889a2bca4471
tree9aa0cd9fd8a0eacdb2f916a30e877c875f4fb160
parent3ae6eda8af8ec03f79191606c5da41dcb138e94e
freetype: fix crash (wrong memory deallocation)

shadow refers to outine or glyph. Only these latter ones need deallocation.
modules/text_renderer/freetype.c