Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb3a2fcc authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "classic/le connection private impls may not be constructed" am: b892ef69

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1980806

Change-Id: I852718f11cec529176b8d0bf6590e13e10eeae21
parents 880bba86 b892ef69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -353,7 +353,7 @@ ClassicAclConnection::ClassicAclConnection(std::shared_ptr<Queue> queue,
}

ClassicAclConnection::~ClassicAclConnection() {
  pimpl_->PutEventCallbacks();
  if (pimpl_) pimpl_->PutEventCallbacks();
  delete pimpl_;
}

+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ LeAclConnection::LeAclConnection(
}

LeAclConnection::~LeAclConnection() {
  pimpl_->PutEventCallbacks();
  if (pimpl_) pimpl_->PutEventCallbacks();
  delete pimpl_;
}