Skip to content
Snippets Groups Projects
Commit 45fe17fb authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix leak

parent e6deeb10
No related branches found
No related tags found
No related merge requests found
...@@ -117,6 +117,7 @@ void grpc_free_port_using_server(char *server, int port) { ...@@ -117,6 +117,7 @@ void grpc_free_port_using_server(char *server, int port) {
grpc_pollset_shutdown(&exec_ctx, pr.pollset, shutdown_closure); grpc_pollset_shutdown(&exec_ctx, pr.pollset, shutdown_closure);
grpc_exec_ctx_finish(&exec_ctx); grpc_exec_ctx_finish(&exec_ctx);
gpr_free(path); gpr_free(path);
grpc_http_response_destroy(&rsp);
} }
typedef struct portreq { typedef struct portreq {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment