Mercurial > mplayer.hg
comparison libvo/font_load_ft.c @ 9172:8c2830239a14
another sanity check against vo_aa font hack
author | henry |
---|---|
date | Thu, 30 Jan 2003 18:43:08 +0000 |
parents | 499d64f880d3 |
children | 237b7e51521a |
comparison
equal
deleted
inserted
replaced
9171:898e5270a46e | 9172:8c2830239a14 |
---|---|
865 { | 865 { |
866 int i; | 866 int i; |
867 | 867 |
868 if (!desc) return; | 868 if (!desc) return; |
869 | 869 |
870 if (!desc->dynamic) return; // some vo_aa crap, better leaking than crashing | |
871 | |
870 if (desc->name) free(desc->name); | 872 if (desc->name) free(desc->name); |
871 if (desc->fpath) free(desc->fpath); | 873 if (desc->fpath) free(desc->fpath); |
872 | 874 |
873 for(i = 0; i < 16; i++) { | 875 for(i = 0; i < 16; i++) { |
874 if (desc->pic_a[i]) { | 876 if (desc->pic_a[i]) { |