strtok and memory leaks – I wrote a simple url parser using strtok(). here’s the code #include <stdio.h> #include <stdlib.h> […]

there –