zqu14
Results
1
issues of
zqu14
Issue Description: In the NeighborListNeighborCache::removeRadioFromNeighborLists(const IRadio *radio) function: line 133 `neighborVector.erase(it);` just deletes the radio from the temporary vector declared in line 130 `Radios neighborVector = elem->neighborVector;` It seems the...