summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-30 18:48:44 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-30 18:48:44 +0000
commite3a2ddb55aba5d3f57c0322b8e88209228ca7b1e (patch)
tree62758953c2fd5d20af2a553e3706f33435d36661 /mplayer.c
parent52d8c4c8fcf0f2cd0734cb53bd4fad70c28fe3a7 (diff)
downloadmpv-e3a2ddb55aba5d3f57c0322b8e88209228ca7b1e.tar.bz2
mpv-e3a2ddb55aba5d3f57c0322b8e88209228ca7b1e.tar.xz
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10218 b3059339-0415-0410-9bf9-f77b7e298cf2
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