added missing loop increment

This commit is contained in:
Jeff Hill
2003-03-12 19:15:55 +00:00
parent 7c4d4479ec
commit 18cac266cd

View File

@@ -72,6 +72,7 @@ void casPVI::casPVDestroyNotify ()
tsDLIter < chanIntfForPV > iter = this->chanList.firstIter ();
while ( iter.valid() ) {
iter->casChannelDestroyNotify ( false );
iter++;
}
}
}