Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion Framework/Core/src/DataProcessingDevice.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2559,7 +2559,7 @@ bool DataProcessingDevice::tryDispatchComputation(ServiceRegistryRef ref, std::v

// If messages got up to here, it means they are transient ones which need to be
// destroyed. Cleaning them up.
for (auto &set : currentSetOfInputs) {
for (auto& set : currentSetOfInputs) {
set.clear(MessageSet::destroy_message);
}
return true;
Expand Down