aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-05-05 09:35:15 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-05-05 09:35:15 -0700
commit9eb47ada08d3c5cb35b7fe05b2bf9cf18f61e928 (patch)
tree39389deff246ea263bf4f1e25611101c5c9e5e91 /src/python
parent667ca409eda4d2e331a12abdf5fda17e10d3b68e (diff)
Further fixes
Diffstat (limited to 'src/python')
-rw-r--r--src/python/src/grpc/_adapter/_completion_queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/src/grpc/_adapter/_completion_queue.c b/src/python/src/grpc/_adapter/_completion_queue.c
index 23e5b475e1..97828e67ad 100644
--- a/src/python/src/grpc/_adapter/_completion_queue.c
+++ b/src/python/src/grpc/_adapter/_completion_queue.c
@@ -440,7 +440,6 @@ static PyObject *pygrpc_completion_queue_get(CompletionQueue *self,
if (tag) {
pygrpc_tag_destroy(tag);
}
- grpc_event_finish(c_event);
return event;
}