Browse Source

- another extra pkg_free removed (a few lines down from the previous one)

Andrei Pelinescu-Onciul 22 years ago
parent
commit
27f96e4cf3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      proxy.c

+ 0 - 1
proxy.c

@@ -172,7 +172,6 @@ void free_hostent(struct hostent *dst)
 		for (r=0; dst->h_addr_list[r];r++) { 
 			pkg_free(dst->h_addr_list[r]);
 		}
-		pkg_free(dst->h_addr_list[r]);
 		pkg_free(dst->h_addr_list);
 	}
 }