Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Jun 7, 2022
1 parent df20c27 commit 219d13b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions httplib.h
Original file line number Diff line number Diff line change
Expand Up @@ -4411,6 +4411,8 @@ inline void hosted_at(const char *hostname, std::vector<std::string> &addrs) {
addrs.push_back(ip);
}
}

freeaddrinfo(result);
}

inline std::string append_query_params(const char *path, const Params &params) {
Expand Down

0 comments on commit 219d13b

Please sign in to comment.