Skip to content

Commit

Permalink
Merge pull request smartdevicelink#34 in NAR/sdl-core from experiment…
Browse files Browse the repository at this point in the history
…/SDL-1053 to develop

* commit 'a06db5a879dda9537a631a1caa64f814ab5442c5':
  SDL-1053 Add termination process for device scanner
  • Loading branch information
madhuy committed Apr 18, 2017
2 parents f307d75 + a06db5a commit c4a93ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ IAPDeviceScanner::IAPDeviceScanner(TransportAdapterController *controller) :
}

IAPDeviceScanner::~IAPDeviceScanner() {
threads::DeleteThread(thread_);
}

TransportAdapter::Error IAPDeviceScanner::Init() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ SPPDeviceScanner::SPPDeviceScanner(
}

SPPDeviceScanner::~SPPDeviceScanner() {
threads::DeleteThread(thread_);
}

bool SPPDeviceScanner::IsInitialised() const {
Expand Down

0 comments on commit c4a93ae

Please # to comment.