Skip to content

Bug fixed: remove elements in a for loop

Joan Vallvé Navarro requested to merge fix-remove-in-for into devel

in ProcessorTrackerFeature::processNew() there was a bug: inside a for range loop, an element of the list in which we iterate is removed if correctFeatureDrift() returns false. Changed to while with iterators.

Merge request reports