aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-07-01 17:23:00 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-07-01 17:23:00 -0700
commit6f9f812174d8c05a477106a299a5b60e68d660b1 (patch)
treeab5ff667768f9be1dbc056946aa26237536207b4
parentf3756c1e0d09a90173851a8e8ab4f6342ae8de45 (diff)
parent05c97690630640ab41df37858ea23ffce870a509 (diff)
Merge github.com:grpc/grpc into footprints-on-the-sands-of-time
-rw-r--r--src/core/iomgr/fd_posix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/iomgr/fd_posix.c b/src/core/iomgr/fd_posix.c
index 1297145d1a..632d2a4609 100644
--- a/src/core/iomgr/fd_posix.c
+++ b/src/core/iomgr/fd_posix.c
@@ -368,6 +368,7 @@ gpr_uint32 grpc_fd_begin_poll(grpc_fd *fd, grpc_pollset *pollset,
watcher->fd = NULL;
watcher->pollset = NULL;
gpr_mu_unlock(&fd->watcher_mu);
+ GRPC_FD_UNREF(fd, "poll");
return 0;
}
/* if there is nobody polling for read, but we need to, then start doing so */