REVIEWED: Possible memory leak
This commit is contained in:
parent
85dc2cc03a
commit
8809ae66c6
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//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…
Add table
Add a link
Reference in a new issue