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

Commit b892ef69 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 822cc50b 6a369dce
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_;
}