aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/dnsbase.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 509a394c..425c82af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-10 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * src/dnsbase.c (dns_resolve_hostname): Remove stray free, left
+ over after 2007-09-03.
+
2007-09-13 Sergey Poznyakoff <gray@gnu.org.ua>
* src/prog.c (heap_obstack_grow): Bugfix. The condition didn't
diff --git a/src/dnsbase.c b/src/dnsbase.c
index 94a06888..cf4b95a4 100644
--- a/src/dnsbase.c
+++ b/src/dnsbase.c
@@ -588,8 +588,6 @@ dns_resolve_hostname(const char *host, char *answer, size_t answer_size,
cnameloop(&ld);
- free(ld.name);
-
if (ld.status == dns_success && ld.atype == T_A) {
struct in_addr s;
char *p;

Return to:

Send suggestions and report system problems to the System administrator.