Selaa lähdekoodia

Fix memory leak in parser (#2136)

pull/2138/head
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
  1. +2
    -0
      parser/raylib_parser.c

+ 2
- 0
parser/raylib_parser.c Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna