mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 07:27:23 +01:00

SplitterChannel::addChannel() should only add a channel once to the internal vector. This prevents issues where the channel is accidentally added twice but only removed once because removeChannel stops at the first result. (#4270)