Skip to content
Snippets Groups Projects
Commit c145fbea authored by Steinar H. Gunderson's avatar Steinar H. Gunderson
Browse files

Fix a memory leak that I recently inadvertedly introduced.

parent 84fcff79
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment