Skip to content
Snippets Groups Projects
Commit 7be741f5 authored by Nikolay Tsanov's avatar Nikolay Tsanov
Browse files

Merge stage 2

parents 3e278841 e993807a
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ void tokenize(String input, String arguments[]) {
}
// Set the last argument as NULL, so we can easily loop over the arguments if needed.
arguments[index] = NULL;
// Free the token and the initialInput.
free(token);
free(initialInput);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment