mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix stack-use-after-scope
This commit is contained in:
committed by
Dennis Klein
parent
5c9ba5e5b4
commit
4fdf9d340b
@@ -94,7 +94,6 @@ class Context
|
||||
{
|
||||
std::unique_lock<std::mutex> lock(fMtx);
|
||||
while (fRegionEventsSubscriptionActive) {
|
||||
|
||||
while (!fRegionEvents.empty()) {
|
||||
auto i = fRegionEvents.front();
|
||||
fRegionEventCallback(i);
|
||||
|
Reference in New Issue
Block a user