cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.27k stars 939 forks source link

Missing iterator increment #2181

Closed bradhowes closed 2 months ago

bradhowes commented 4 years ago

Increment iterator in the cases where the current node is not removed from the list.

richardeakin commented 3 months ago

Thank you for this find and fix! Merged into master with #2331.

richardeakin commented 2 months ago

@bradhowes I realized there is a path that your PR covers and mine didn't, so I'm re-opening this and will merge yours instead. Thanks again!