aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-29 10:47:25 -0800
committerGravatar GitHub <noreply@github.com>2016-11-29 10:47:25 -0800
commit30f4b81f289016f63f78d69ffd31c265731995e1 (patch)
tree18db3c89f6548ad7a4b8e4ceb5a9fdfa00a9044e /src/core
parenteadbe86cb909728b38b9bf91c1e15a44790f958d (diff)
parentda81d1a43deecd815b7d2520a2425f0afd1a858d (diff)
Merge pull request #8876 from ctiller/iomgr_shutdown
Flush platform stuff after timer events
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lib/iomgr/iomgr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/iomgr.c b/src/core/lib/iomgr/iomgr.c
index 4fd83e0b22..3470b5ac81 100644
--- a/src/core/lib/iomgr/iomgr.c
+++ b/src/core/lib/iomgr/iomgr.c
@@ -108,6 +108,7 @@ void grpc_iomgr_shutdown(void) {
NULL)) {
gpr_mu_unlock(&g_mu);
grpc_exec_ctx_flush(&exec_ctx);
+ grpc_iomgr_platform_flush();
gpr_mu_lock(&g_mu);
continue;
}