Changeset 607 in ntrip


Ignore:
Timestamp:
Dec 14, 2007, 1:24:06 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r566 r607  
    9696////////////////////////////////////////////////////////////////////////////
    9797bncRinex::~bncRinex() {
     98  QListIterator<Observation*> it(_obs);
     99  while (it.hasNext()) {
     100    delete it.next();
     101  }
    98102  _out.close();
    99103}
Note: See TracChangeset for help on using the changeset viewer.