Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add back return statement
  • Loading branch information
xvallspl committed Jul 13, 2017
commit 0f311b647439a88a54811ae94e7764f919710491
1 change: 1 addition & 0 deletions core/imt/src/TPoolManager.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ namespace ROOT {
if (GetWP().expired()) {
std::shared_ptr<TPoolManager> shared(new TPoolManager(nThreads));
GetWP() = shared;
return GetWP().lock();
}
return GetWP().lock();
}
Expand Down