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

Fix memory leak

parent af541d82
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,
}
cb = next;
}
GRPC_ERROR_UNREF(error);
}
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.
Please register or to comment