mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix CID 169525 Data race condition
This commit is contained in:
@@ -129,7 +129,7 @@ void FairMQDevice::AttachChannels(list<FairMQChannel*>& chans)
|
||||
if (AttachChannel(**itr))
|
||||
{
|
||||
(*itr)->InitCommandInterface();
|
||||
(*itr)->fModified = false;
|
||||
(*itr)->SetModified(false);
|
||||
chans.erase(itr++);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user