Sfoglia il codice sorgente

Fixed clang warning.

Branimir Karadžić 11 anni fa
parent
commit
11c61d8c3d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      3rdparty/freetype/freetype.h

+ 1 - 1
3rdparty/freetype/freetype.h

@@ -95352,7 +95352,7 @@ FT_END_HEADER
         if ( face->type1.private_dict.lenIV >= 0 &&
              n < num_glyphs + TABLE_EXTEND       )
         {
-          FT_Byte*  temp;
+          FT_Byte*  temp = NULL;
           if ( size <= face->type1.private_dict.lenIV )
           {
             error = T1_Err_Invalid_File_Format;