]> git.sesse.net Git - vlc/commit
freetype: fix crash
authorErwan Tulou <erwan10@videolan.org>
Wed, 14 Sep 2011 15:13:50 +0000 (17:13 +0200)
committerErwan Tulou <erwan10@videolan.org>
Wed, 14 Sep 2011 16:10:50 +0000 (18:10 +0200)
commit533090db4c9c616649b449b3ad6d5743b920da5a
treeced52c7c75fee48edf9847d2384ca49781ecbcd0
parent0e044faad3d30ed002e9bfeca0b0f30a36b27b0e
freetype: fix crash

shadow and outline must be reset to NULL if the freetype call fails,
so that the same memory is not deallocated twice later on.
modules/text_renderer/freetype.c