Skip to content

Commit

Permalink
Fix iterator invalidation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
percontation authored and malaterre committed Jan 7, 2025
1 parent 5819053 commit b087726
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ bool ByteSwapFilter::ByteSwap()
de.SetTag(
Tag( SwapperDoOp::Swap( tag.GetGroup() ), SwapperDoOp::Swap( tag.GetElement() ) ) );
copy.Insert( de );
DS.Remove( de.GetTag() );
}
DS = copy;
}
Expand Down

0 comments on commit b087726

Please sign in to comment.