Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a heap-use-after-free error found by asan
ctx->composition().Forward() might invalidated the iterator when did a push_back, we can't use `seg` anymore.
- Loading branch information