13
0

never remove entries from the CompoundAssociation map

This commit is contained in:
Paul Davis 2020-01-08 22:19:05 -07:00
parent 7373e3ac14
commit 1c86b0ce13

View File

@ -3261,7 +3261,7 @@ Playlist::uncombine (boost::shared_ptr<Region> target)
}
boost::shared_ptr<Region> original (ca->second);
cassocs.erase(ca);
bool modified_region;
if (i == rl.begin()) {