pull/24200/head
Mark D. Roth 4 years ago
parent 93ecdd5d7a
commit f105c331ed
  1. 1
      src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc

@ -235,6 +235,7 @@ void XdsResolver::Notifier::RunInExecCtx(void* arg, grpc_error* error) {
void XdsResolver::Notifier::RunInWorkSerializer(grpc_error* error) {
if (resolver_->xds_client_ == nullptr) {
GRPC_ERROR_UNREF(error);
delete this;
return;
}
switch (type_) {

Loading…
Cancel
Save