This commit is contained in:
chris
2002-03-27 00:04:43 +00:00
parent 0ae08569c2
commit 3b7d58104e
3 changed files with 9 additions and 10 deletions

View File

@@ -55,8 +55,6 @@ void resolver_worker(void* ptr) {
pthread_mutex_unlock(&resolver_queue_mutex);
hstbuflen = 1024;
/* Allocate buffer, remember to free it to avoid memory leakage. */
tmphstbuf = xmalloc (hstbuflen);
@@ -69,7 +67,6 @@ void resolver_worker(void* ptr) {
tmphstbuf = realloc (tmphstbuf, hstbuflen);
}
/*
* Store the result in ns_hash
*/