Skip to content
Commit 046a3e20 authored by Jiří Paleček's avatar Jiří Paleček Committed by Carl Schwan
Browse files

Fix a bug in for clause in EntityTreeModel

 The body of the for loop calls function monitoredCollectionRemoved,
 which modifies the list which is iterated over. This can lead to
 undefined behavior, so it's better to just iterate over a copy.

(cherry picked from commit b2b2ac03)
parent 70679e21
Pipeline #383411 passed with stage
in 9 minutes and 6 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment