mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:37:27 +03:00
Fix a memory leak that I recently inadvertedly introduced.
This commit is contained in:
parent
84fcff79f4
commit
c145fbea49
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ static void next_lookup(struct host_query *hquery)
|
|||
break;
|
||||
}
|
||||
}
|
||||
end_hquery(hquery, status, NULL);
|
||||
}
|
||||
|
||||
static void host_callback(void *arg, int status, int timeouts,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue