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

Commit e18f6439 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:...

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

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

Change-Id: I54c0e91e3ba61ffb332d18100b8931b88371f09c
parents fd3c7c3c bac43c0d
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_;
}