summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index f1add9cdf4..82c61babe7 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3529,10 +3529,10 @@ if(use_gui || playtree_iter != NULL
goto play_next_file;
}
-#ifdef HAVE_FREETYPE
current_module="uninit_font";
if (vo_font) free_font_desc(vo_font);
vo_font = NULL;
+#ifdef HAVE_FREETYPE
done_freetype();
#endif