|  | @@ -175,7 +175,7 @@ void grpc_init(void) {
 | 
	
		
			
				|  |  |  void grpc_shutdown(void) {
 | 
	
		
			
				|  |  |    int i;
 | 
	
		
			
				|  |  |    GRPC_API_TRACE("grpc_shutdown(void)", 0, ());
 | 
	
		
			
				|  |  | -  grpc_core::ExecCtx _local_exec_ctx;
 | 
	
		
			
				|  |  | +  grpc_core::ExecCtx _local_exec_ctx(0);
 | 
	
		
			
				|  |  |    gpr_mu_lock(&g_init_mu);
 | 
	
		
			
				|  |  |    if (--g_initializations == 0) {
 | 
	
		
			
				|  |  |      grpc_executor_shutdown();
 |