added missing loop increment
This commit is contained in:
@@ -72,6 +72,7 @@ void casPVI::casPVDestroyNotify ()
|
||||
tsDLIter < chanIntfForPV > iter = this->chanList.firstIter ();
|
||||
while ( iter.valid() ) {
|
||||
iter->casChannelDestroyNotify ( false );
|
||||
iter++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user