Closed fffaraz closed 9 years ago
the changes look ok , why are the free statements removed ?
Because memory for ip_address_str is not allocated dynamically using calloc or malloc anymore. It's in the stack of main function.
Thanks for the contribution
I guess it's better this way. Mostly I was wondering if you accept pull requests...