/[freetype]/freetype2/src/otvalid/otvmod.c
ViewVC logotype

Diff of /freetype2/src/otvalid/otvmod.c

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

revision 1.1 by werner, Fri Sep 10 14:39:00 2004 UTC revision 1.2 by wl, Thu Feb 10 08:18:26 2005 UTC
# Line 4  Line 4 
4  /*                                                                         */  /*                                                                         */
5  /*    FreeType's OpenType validation module implementation (body).         */  /*    FreeType's OpenType validation module implementation (body).         */
6  /*                                                                         */  /*                                                                         */
7  /*  Copyright 2004 by                                                      */  /*  Copyright 2004, 2005 by                                                */
8  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
9  /*                                                                         */  /*                                                                         */
10  /*  This file is part of the FreeType project, and may only be used,       */  /*  This file is part of the FreeType project, and may only be used,       */
# Line 178  Line 178 
178      *ot_jstf = (FT_Bytes)jstf;      *ot_jstf = (FT_Bytes)jstf;
179    
180    Exit:    Exit:
181        if ( error ) {
182          FT_Memory  memory = FT_FACE_MEMORY( face );
183    
184    
185          FT_FREE( base );
186          FT_FREE( gdef );
187          FT_FREE( gpos );
188          FT_FREE( gsub );
189          FT_FREE( jstf );
190        }
191    
192      return error;      return error;
193    }    }
194    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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