diff --git a/src/cas/generic/casPVI.cc b/src/cas/generic/casPVI.cc index 0461411d0..a9cd084ba 100644 --- a/src/cas/generic/casPVI.cc +++ b/src/cas/generic/casPVI.cc @@ -72,6 +72,7 @@ void casPVI::casPVDestroyNotify () tsDLIter < chanIntfForPV > iter = this->chanList.firstIter (); while ( iter.valid() ) { iter->casChannelDestroyNotify ( false ); + iter++; } } }