summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--whois.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/whois.c b/whois.c
index 350a56a..a784e8d 100644
--- a/whois.c
+++ b/whois.c
@@ -1356,7 +1356,6 @@ char *convert_in6arpa(const char *s)
/* check that this is a valid digit for an IPv6 address */
if (!((*p >= '0' && *p <= '9') || (*p >= 'a' && *p <= 'f') ||
(*p >= 'A' && *p <= 'F'))) {
- free(ip);
ip[character] = '\0';
return ip;
}