Skip to content

Commit

Permalink
Fix Memory Issues on Exit, task 4, task 8
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardnzekwe committed May 26, 2023
1 parent 6fda857 commit 0a3245b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exe_args.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ int free_mem(char **arg_vector, char *line_buffer, char *line_buffer_dup)

/**
* parent_wait - function that waits on the child process
* @cmd: command parameter to be freed
* @arg_vector: custom argument vector to be freed
* @line_buffer: line_buffer parameter to be freed
* @line_buffer_dup: line_buffer_dup parameter to be freed
Expand Down

0 comments on commit 0a3245b

Please sign in to comment.