Browse Source

REVIEWED: Possible memory leak

pull/1879/head
raysan5 3 years ago
parent
commit
8809ae66c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parser/raylib_parser.c

+ 1
- 1
parser/raylib_parser.c View File

@ -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(lines);
free(funcLines); free(funcLines);

Loading…
Cancel
Save