aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/httpcli
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-16 16:15:47 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-16 16:15:47 -0700
commit3cd6a5158d388c6ae2d07bc78951c986dc4f41ea (patch)
tree3c8abac6cf7c3e7b8be75ad57d31a617e4f46c7b /src/core/httpcli
parent8f3addcc4d8822b68f3c2367353dac38eb56c38c (diff)
Getting stuff working
Diffstat (limited to 'src/core/httpcli')
-rw-r--r--src/core/httpcli/httpcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/httpcli/httpcli.c b/src/core/httpcli/httpcli.c
index 4bfe3cf973..75f3f7db4b 100644
--- a/src/core/httpcli/httpcli.c
+++ b/src/core/httpcli/httpcli.c
@@ -106,7 +106,7 @@ static void finish(internal_request *req, int success) {
grpc_iomgr_unregister_object(&req->iomgr_obj);
gpr_slice_buffer_destroy(&req->incoming);
gpr_slice_buffer_destroy(&req->outgoing);
- grpc_workqueue_unref(req->workqueue);
+ GRPC_WORKQUEUE_UNREF(req->workqueue, "destroy");
gpr_free(req);
}