/[freetype]/freetype2/src/truetype/ttobjs.c
ViewVC logotype

Diff of /freetype2/src/truetype/ttobjs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.87 by werner, Sat Jul 24 21:57:39 2004 UTC revision 1.88 by freetype, Tue Feb 22 16:53:06 2005 UTC
# Line 218  Line 218 
218        if ( !face->root.internal->incremental_interface )        if ( !face->root.internal->incremental_interface )
219          error = tt_face_load_loca( face, stream );          error = tt_face_load_loca( face, stream );
220        if ( !error )        if ( !error )
221          error = tt_face_load_cvt( face, stream ) ||        {
222                  tt_face_load_fpgm( face, stream );          error = tt_face_load_cvt( face, stream );
223            if ( !error )
224              error = tt_face_load_fpgm( face, stream );
225          }
226    
227  #else  #else
228    
# Line 290  Line 293 
293        sfnt->done_face( face );        sfnt->done_face( face );
294    
295      /* freeing the locations table */      /* freeing the locations table */
296      FT_FREE( face->glyph_locations );      tt_face_done_loca( face );
     face->num_locations = 0;  
297    
298      /* freeing the CVT */      /* freeing the CVT */
299      FT_FREE( face->cvt );      FT_FREE( face->cvt );

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26