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

Commit bac43c0d 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 am: bb3a2fcc

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

Change-Id: I853ffb1971b7fa2234db3e3fd02997b85d3f4a43
parents 3a8584fb bb3a2fcc
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_;
}