v0.9.7: Fix SEGV when DNS resolution fails on Musl libc
Eventcore was previously passing a null
pointer to a C function
that was freeing the handle.
This worked without issue on OSX and Glibc, but would segfault on Musl libc.
Eventcore was previously passing a null
pointer to a C function
that was freeing the handle.
This worked without issue on OSX and Glibc, but would segfault on Musl libc.