X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Ftitler%2Ftitle.C;h=8ccdb2a3648bfa19b28afd2cfe45454a463bdde5;hb=310cfd249d955850c39757d80e07949ad4fef205;hp=3b25e1bf600d676e5b8d526b98947c0c44662cda;hpb=e919ce8a71cdc99bb7344cc192e13a2c2db9e1c0;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/titler/title.C b/cinelerra-5.0/plugins/titler/title.C index 3b25e1bf..8ccdb2a3 100644 --- a/cinelerra-5.0/plugins/titler/title.C +++ b/cinelerra-5.0/plugins/titler/title.C @@ -1203,10 +1203,12 @@ void TitleMain::build_previews(TitleWindow *gui) for(int j = 0; j < len; j++) { FT_ULong c = test_string[j]; - check_char_code_path(freetype_library, - font_entry->path, - c, - (char *)new_path); +// memory leaks here are fatal +// check_char_code_path(freetype_library, +// font_entry->path, +// c, +// (char *)new_path); + strcpy(new_path, font_entry->path); if( !load_freetype_face(freetype_library, freetype_face, new_path)) { FT_Set_Pixel_Sizes(freetype_face, text_height, 0);