Ronnie Holm
3 vuotta sitten
committed by
GitHub
vanhempi
commit
6342cf103a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
2 lisäystä ja
0 poistoa
-
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)); |
|
|
|
|
|
|
|