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

Fix memory leak

parent a22510cb
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,7 @@ static void update_list(grpc_exec_ctx *exec_ctx, grpc_chttp2_transport *t, ...@@ -70,6 +70,7 @@ static void update_list(grpc_exec_ctx *exec_ctx, grpc_chttp2_transport *t,
} }
cb = next; cb = next;
} }
GRPC_ERROR_UNREF(error);
} }
bool grpc_chttp2_begin_write(grpc_exec_ctx *exec_ctx, bool grpc_chttp2_begin_write(grpc_exec_ctx *exec_ctx,
......
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