[E-devel] fd leak in ecore_con_dns_lookup?

2006-06-10 Thread Matthew R. Dempsky
While trying to compile ecore on OpenBSD, the build failed on ecore_con_dns.c because OpenBSD doesn't have , but commenting out that include line lets it build fine. While looking through the file, I looked at ecore_con_dns_lookup, and it looks like fd[1] is leaked whenever the function is succ

Re: [E-devel] fd leak in ecore_con_dns_lookup?

2006-06-13 Thread The Rasterman
On Sat, 10 Jun 2006 12:58:16 -0500 "Matthew R. Dempsky" <[EMAIL PROTECTED]> babbled: > While trying to compile ecore on OpenBSD, the build failed on > ecore_con_dns.c because OpenBSD doesn't have , > but commenting out that include line lets it build fine. > > While looking through the file, I