[Mplayer-cvslog] CVS: main/libvo font_load_ft.c,1.7,1.8

Jindrich Makovicka CVS henry at mplayerhq.hu
Thu Jan 30 19:43:28 CET 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv30519

Modified Files:
	font_load_ft.c 
Log Message:
another sanity check against vo_aa font hack

Index: font_load_ft.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/font_load_ft.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- font_load_ft.c	6 Jan 2003 12:23:59 -0000	1.7
+++ font_load_ft.c	30 Jan 2003 18:43:08 -0000	1.8
@@ -867,6 +867,8 @@
     
     if (!desc) return;
 
+    if (!desc->dynamic) return; // some vo_aa crap, better leaking than crashing
+
     if (desc->name) free(desc->name);
     if (desc->fpath) free(desc->fpath);
     



More information about the MPlayer-cvslog mailing list