git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10218 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-05-30 18:48:44 +00:00
parent 52d8c4c8fc
commit e3a2ddb55a
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