dnsget

Abhijit Pandey abhijpandey at gmail.com
Fri Sep 18 22:01:38 MSD 2009


In dnsget there is a memory leak before the return statement.
dns_close needs to be done.

Abhijit

>   dns_close(NULL);

    return errors ? 1 : notfound ? 100 : 0;
  }


More information about the udns mailing list