[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
    
        - Previous message: [Mplayer-cvslog]  CVS: main/libmpcodecs img_format.c,1.5,1.6 img_format.h,1.10,1.11 vf_format.c,1.8,1.9 vf_scale.c,1.28,1.29 mp_image.h,1.21,1.22
 
        - Next message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian sound.html,1.42,1.43
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
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);
     
    
    
        
	- Previous message: [Mplayer-cvslog]  CVS: main/libmpcodecs img_format.c,1.5,1.6 img_format.h,1.10,1.11 vf_format.c,1.8,1.9 vf_scale.c,1.28,1.29 mp_image.h,1.21,1.22
 
	- Next message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian sound.html,1.42,1.43
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the MPlayer-cvslog
mailing list