Closed take-cheeze closed 7 years ago
Since next field of addrinfo is part of first addrinfo it can't be freed sole. It should have iteration method or method to create array of all addrinfo linked with next.
next
addrinfo
addrinfo.next is a endless loop which crashes every time because of this issue.
Since
next
field ofaddrinfo
is part of firstaddrinfo
it can't be freed sole. It should have iteration method or method to create array of all addrinfo linked withnext
.