Loading system/gd/hci/acl_manager/classic_acl_connection.cc +1 −1 Original line number Diff line number Diff line Loading @@ -353,7 +353,7 @@ ClassicAclConnection::ClassicAclConnection(std::shared_ptr<Queue> queue, } ClassicAclConnection::~ClassicAclConnection() { pimpl_->PutEventCallbacks(); if (pimpl_) pimpl_->PutEventCallbacks(); delete pimpl_; } Loading system/gd/hci/acl_manager/le_acl_connection.cc +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ LeAclConnection::LeAclConnection( } LeAclConnection::~LeAclConnection() { pimpl_->PutEventCallbacks(); if (pimpl_) pimpl_->PutEventCallbacks(); delete pimpl_; } Loading Loading
system/gd/hci/acl_manager/classic_acl_connection.cc +1 −1 Original line number Diff line number Diff line Loading @@ -353,7 +353,7 @@ ClassicAclConnection::ClassicAclConnection(std::shared_ptr<Queue> queue, } ClassicAclConnection::~ClassicAclConnection() { pimpl_->PutEventCallbacks(); if (pimpl_) pimpl_->PutEventCallbacks(); delete pimpl_; } Loading
system/gd/hci/acl_manager/le_acl_connection.cc +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ LeAclConnection::LeAclConnection( } LeAclConnection::~LeAclConnection() { pimpl_->PutEventCallbacks(); if (pimpl_) pimpl_->PutEventCallbacks(); delete pimpl_; } Loading