OSDN Git Service

DynamicChannelImpl::Close check if it's closed first
authorHansong Zhang <hsz@google.com>
Thu, 8 Oct 2020 20:07:36 +0000 (13:07 -0700)
committerHansong Zhang <hsz@google.com>
Fri, 9 Oct 2020 16:51:44 +0000 (16:51 +0000)
commit5afad658bb3d2069395c2bb606e01c9224cfa2c4
tree3674cb722cc6b220ba5e3dab1d9056a01919e8a3
parent4456dc7c91e1cfe2dd0cfd9154274a573d156b03
DynamicChannelImpl::Close check if it's closed first

Coule be the case where it's closed, but the client called Close()
before that.

Bug: 167263142
Test: cert/run --host
Tag: #gd-refactor
Change-Id: I5c74081d38e02ece143d7a7ee46606bed83a5f2d
gd/l2cap/internal/dynamic_channel_impl.cc