2
0
Эх сурвалжийг харах

Merge branch 'master' of https://github.com/raysan5/raylib

Ray 3 жил өмнө
parent
commit
ed125f27b0

+ 2 - 0
parser/raylib_parser.c

@@ -410,6 +410,8 @@ int main(int argc, char* argv[])
         }
     }
 
+    free(enumLines);
+
     // Functions info data
     funcs = (FunctionInfo *)calloc(MAX_FUNCS_TO_PARSE, sizeof(FunctionInfo));