Explorar el Código

REVIEWED: Possible memory leak

pull/1879/head
raysan5 hace 3 años
padre
commit
8809ae66c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      parser/raylib_parser.c

+ 1
- 1
parser/raylib_parser.c Ver fichero

@ -482,7 +482,7 @@ int main(int argc, char* argv[])
}
}
o">//for (int i = 0; i < linesCount; i++) free(lines[i]);
for (int i = 0; i < linesCount; i++) free(lines[i]);
free(lines);
free(funcLines);

Cargando…
Cancelar
Guardar