reversed my 10l

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10220 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-05-31 17:30:47 +00:00
parent 740a650ff6
commit 4a9777a64e
1 changed files with 1 additions and 1 deletions

View File

@ -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