I have this part in my C code.
char** argv_list = parse_cmdline(input);
parse_cmdline() returns also 2D array. I want to free the argv_list.