Skip to content

Commit

Permalink
fix leak
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Oct 1, 2019
1 parent f3ae053 commit c8b13c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/ext/filters/client_channel/xds/xds_client.cc
Expand Up @@ -385,8 +385,6 @@ XdsClient::ChannelState::ChannelState(RefCountedPtr<XdsClient> xds_client,
channel_ = CreateXdsChannel(balancer_name, *new_args);
grpc_channel_args_destroy(new_args);
GPR_ASSERT(channel_ != nullptr);
// Ref held by connectivity watch callback.
Ref(DEBUG_LOCATION, "ChannelState+start_watch").release();
StartConnectivityWatchLocked();
}

Expand Down

0 comments on commit c8b13c9

Please sign in to comment.