# HG changeset patch # User henry # Date 1043952188 0 # Node ID 8c2830239a14e206ec5aeec16fd9428ee0ecf6da # Parent 898e5270a46e1da7b044f65feab29393e7920a75 another sanity check against vo_aa font hack diff -r 898e5270a46e -r 8c2830239a14 libvo/font_load_ft.c --- a/libvo/font_load_ft.c Thu Jan 30 09:15:09 2003 +0000 +++ b/libvo/font_load_ft.c Thu Jan 30 18:43:08 2003 +0000 @@ -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);