How to free chars* in a char**
I don’t understand how to free() the strings in my array char**
When I try to do it in this code I got a segfault and 40 bytes lost with valgrind
I don’t understand how to free() the strings in my array char**
When I try to do it in this code I got a segfault and 40 bytes lost with valgrind