Selaa lähdekoodia

Reviewer comments

Yash Tibrewal 5 vuotta sitten
vanhempi
commit
d0df2899a0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/core/ext/filters/client_channel/lb_policy/xds/xds.cc

+ 1 - 1
src/core/ext/filters/client_channel/lb_policy/xds/xds.cc

@@ -762,8 +762,8 @@ void XdsLb::ShutdownLocked() {
           StringView(eds_service_name()), &client_stats_);
     }
     xds_client_from_channel_.reset();
-    xds_client_.reset();
   }
+  xds_client_.reset();
 }
 
 //