Changeset 3551 in ntrip for trunk/BNC/combination/bnccomb.cpp


Ignore:
Timestamp:
Dec 23, 2011, 6:55:32 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3521 r3551  
    257257    delete _params[iPar-1];
    258258  }
    259   QVectorIterator<cmbCorr*> itCorr(corrs());
    260   while (itCorr.hasNext()) {
    261     delete itCorr.next();
     259  QListIterator<bncTime> itTime(_buffer.keys());
     260  while (itTime.hasNext()) {
     261    _buffer.remove(itTime.next());
    262262  }
    263263}
Note: See TracChangeset for help on using the changeset viewer.