Skip to content

Commit af5aa3f

Browse files
committed
[df] Use same operation order in TTree and DataSource thread task
1 parent 3b0e351 commit af5aa3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tree/dataframe/src/RLoopManager.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,8 +1350,8 @@ void ROOT::Detail::RDF::RLoopManager::DataSourceThreadTask(const std::pair<ULong
13501350
const auto nEntries = end - start;
13511351
entryCount.fetch_add(nEntries);
13521352

1353-
RCallCleanUpTask cleanup(*this, slot);
13541353
RDSRangeRAII _{*this, slot, start};
1354+
RCallCleanUpTask cleanup(*this, slot);
13551355

13561356
fSampleInfos[slot] = ROOT::Internal::RDF::CreateSampleInfo(*fDataSource, slot, fSampleMap);
13571357

0 commit comments

Comments
 (0)