Commit d76ee13e authored by Denis Charmet's avatar Denis Charmet Committed by Rémi Duraffort

fix freetype compilation for WIN32 without HAVE_FONTCONFIG

Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
(cherry picked from commit 37a4eca2)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 168f6d21
......@@ -480,11 +480,11 @@ error:
#ifdef HAVE_FONTCONFIG
if( fontmatch ) FcPatternDestroy( fontmatch );
if( fontpattern ) FcPatternDestroy( fontpattern );
#endif
#ifdef WIN32
if( p_dialog )
dialog_ProgressDestroy( p_dialog );
#endif
#endif
if( p_sys->p_face ) FT_Done_Face( p_sys->p_face );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment